GCKMediaLiveSeekableRange 클래스
미디어 스트림의 검색 가능한 범위에 관한 정보를 집계하는 클래스입니다.
- 다음 이후:
- 4.4.1
NSObject, <NS copy> 및 <NSSecureCoding>을 상속합니다.
- (NSTimeInterval) startTime |
|
readnonatomicassign |
탐색 가능한 범위의 시작 시간으로, 범위는 0~endTime
입니다(사용 가능한 경우).
- (NSTimeInterval) endTime |
|
readnonatomicassign |
검색 가능한 범위의 종료 시간으로, 0에서 종료 시간까지입니다(사용 가능한 경우).
현재 탐색 범위가 고정된 길이의 이동 구간인지, 확장 범위인지를 나타내는 플래그입니다.
현재 실시간 스트림의 완료 여부를 나타내는 플래그
실시간 스트림이 끝나면 '예'로 업데이트됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-02(UTC)
[null,null,["최종 업데이트: 2023-12-02(UTC)"],[[["`GCKMediaLiveSeekableRange` provides details about the seekable range within a live media stream."],["It includes properties for the start and end times of the seekable range (`startTime`, `endTime`)."],["The `isMovingWindow` property indicates if the seekable range is a fixed window or expands over time."],["`isLiveDone` signals whether the live stream has concluded."]]],["The `GCKMediaLiveSeekableRange` class provides information about a media stream's seekable range. It defines `startTime` and `endTime` properties to specify the seekable range within the stream's duration. A `isMovingWindow` flag indicates if the range is a fixed-length, moving window or expanding. Additionally, the `isLiveDone` flag signals if the live stream has finished. The seekable range and live status of the media stream can be checked using these properties.\n"]]