대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
RepeatMode
열거형 |
REPEAT_MODE_UNSPECIFIED |
사용 중지와 동일합니다. |
OFF |
마지막 미디어 객체 끝에서 미디어 세션을 종료합니다. |
ALL |
마지막 미디어 객체의 끝에 도달하면 첫 번째 미디어 객체의 시작 부분으로 순환합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-05-16(UTC)
[null,null,["최종 업데이트: 2023-05-16(UTC)"],[[["There are three repeat modes available for controlling media playback behavior."],["`REPEAT_MODE_UNSPECIFIED` and `OFF` modes end playback after the last item in the list."],["`ALL` mode loops playback back to the beginning of the list after the last item."]]],["The provided content outlines three repeat modes for a list of media objects. `REPEAT_MODE_UNSPECIFIED` acts as an off state. `OFF` signifies that the media session ends upon reaching the last media object. `ALL` indicates continuous looping, returning to the first media object after the last one concludes. These modes dictate playback behavior when the end of a media list is reached.\n"]]