segmentReferenceScheme property

String? segmentReferenceScheme
getter/setter pair

The segment reference scheme for a DASH manifest.

The default is SEGMENT_LIST. Possible string values are:

  • "SEGMENT_REFERENCE_SCHEME_UNSPECIFIED" : The segment reference scheme is not specified.
  • "SEGMENT_LIST" : Explicitly lists the URLs of media files for each segment. For example, if SegmentSettings.individual_segments is true, then the manifest contains fields similar to the following: xml ...
  • "SEGMENT_TEMPLATE_NUMBER" : SegmentSettings.individual_segments must be set to true to use this segment reference scheme. Uses the DASH specification `` tag to determine the URLs of media files for each segment. For example: xml ...

Implementation

core.String? segmentReferenceScheme;