PlayerSDKPlaySegment constructor

PlayerSDKPlaySegment(
  1. String name,
  2. String url,
  3. Int64 segmentId,
  4. Int64 startTime,
  5. Int64 stopTime,
  6. Int64 durationTime,
  7. Int64 startOffset,
)

Implementation

PlayerSDKPlaySegment(
    this.name,
    this.url,
    this.segmentId,
    this.startTime,
    this.stopTime,
    this.durationTime,
    this.startOffset);