คลาส GCKMediaLiveSeekableRange
คลาสที่รวบรวมข้อมูลเกี่ยวกับช่วงที่ค้นหาได้ของสตรีมสื่อ
- Since
- 4.4.1
รับค่า NSObject, <NSCopying> และ <NSSecureCoding>
- (NSTimeInterval) startTime |
|
readnonatomicassign |
เวลาเริ่มต้นของช่วงที่ค้นหาได้ ซึ่งอยู่ในช่วงตั้งแต่ 0 ถึง endTime
หากมี
- (NSTimeInterval) endTime |
|
readnonatomicassign |
เวลาสิ้นสุดของช่วงที่ค้นหาได้ ซึ่งอยู่ในช่วงตั้งแต่ 0 ถึงเวลาสิ้นสุด (หากมี)
ธงระบุว่าช่วงการค้นหาปัจจุบันเป็นระยะเวลาคงที่ กรอบเวลาที่เคลื่อนไหว หรือช่วงที่ขยาย
ธงที่ระบุว่าสตรีมแบบสดปัจจุบันสิ้นสุดลงแล้ว
สตรีมจะได้รับการอัปเดตเป็น "ใช่" เมื่อสตรีมแบบสดสิ้นสุดลง
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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"]]