Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class SegmentReferenceScheme.
The segment reference scheme for a DASH manifest.
Protobuf type google.cloud.video.transcoder.v1.Manifest.DashConfig.SegmentReferenceScheme
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ Manifest \ DashConfig
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
SEGMENT_REFERENCE_SCHEME_UNSPECIFIED
Value: 0
The segment reference scheme is not specified.
Generated from protobuf enum SEGMENT_REFERENCE_SCHEME_UNSPECIFIED = 0;
SEGMENT_LIST
Value: 1
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:
SegmentSettings.individual_segments
must be set to true to use this segment reference scheme. Uses the
DASH specification
<SegmentTemplate> tag to determine the URLs of media files for each
segment. For example:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Video Transcoder V1 Client - Class SegmentReferenceScheme (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/php/docs/reference/cloud-video-transcoder/latest/V1.Manifest.DashConfig.SegmentReferenceScheme)\n- [1.0.3](/php/docs/reference/cloud-video-transcoder/1.0.3/V1.Manifest.DashConfig.SegmentReferenceScheme)\n- [0.10.5](/php/docs/reference/cloud-video-transcoder/0.10.5/V1.Manifest.DashConfig.SegmentReferenceScheme)\n- [0.9.1](/php/docs/reference/cloud-video-transcoder/0.9.1/V1.Manifest.DashConfig.SegmentReferenceScheme)\n- [0.8.2](/php/docs/reference/cloud-video-transcoder/0.8.2/V1.Manifest.DashConfig.SegmentReferenceScheme)\n- [0.7.1](/php/docs/reference/cloud-video-transcoder/0.7.1/V1.Manifest.DashConfig.SegmentReferenceScheme)\n- [0.6.0](/php/docs/reference/cloud-video-transcoder/0.6.0/V1.Manifest.DashConfig.SegmentReferenceScheme)\n- [0.5.3](/php/docs/reference/cloud-video-transcoder/0.5.3/V1.Manifest.DashConfig.SegmentReferenceScheme) \nReference documentation and code samples for the Google Cloud Video Transcoder V1 Client class SegmentReferenceScheme.\n\nThe segment reference scheme for a `DASH` manifest.\n\nProtobuf type `google.cloud.video.transcoder.v1.Manifest.DashConfig.SegmentReferenceScheme`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ Transcoder \\\\ V1 \\\\ Manifest \\\\ DashConfig\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### SEGMENT_REFERENCE_SCHEME_UNSPECIFIED\n\n Value: 0\n\nThe segment reference scheme is not specified.\n\nGenerated from protobuf enum `SEGMENT_REFERENCE_SCHEME_UNSPECIFIED = 0;`\n\n### SEGMENT_LIST\n\n Value: 1\n\nExplicitly lists the URLs of media files for each segment. For example,\nif\n[SegmentSettings.individual_segments](/php/docs/reference/cloud-video-transcoder/latest/V1.SegmentSettings#_Google_Cloud_Video_Transcoder_V1_SegmentSettings__getIndividualSegments__)\nis `true`, then the manifest contains fields similar to the following: \n\n \u003cInitialization sourceURL=\"my-hd-stream-init.m4s\"/\u003e\n \u003cSegmentList presentationTimeOffset=\"0\" duration=\"1000\"\n timescale=\"10000\"\u003e\n \u003cSegmentURL media=\"hd-stream0000000000.m4s\"/\u003e\n \u003cSegmentURL media=\"hd-stream0000000001.m4s\"/\u003e\n ...\n\nGenerated from protobuf enum `SEGMENT_LIST = 1;`\n\n### SEGMENT_TEMPLATE_NUMBER\n\n Value: 2\n\n[SegmentSettings.individual_segments](/php/docs/reference/cloud-video-transcoder/latest/V1.SegmentSettings#_Google_Cloud_Video_Transcoder_V1_SegmentSettings__getIndividualSegments__)\nmust be set to `true` to use this segment reference scheme. Uses the\nDASH specification\n`\u003cSegmentTemplate\u003e` tag to determine the URLs of media files for each\nsegment. For example: \n\n \u003cSegmentTemplate presentationTimeOffset=\"0\" timescale=\"10000\"\n initialization=\"my-hd-stream-init.m4s\"\n media=\"hd-stream$Number%010d$.m4s\" startNumber=\"0\"\u003e\n ...\n\nGenerated from protobuf enum `SEGMENT_TEMPLATE_NUMBER = 2;`"]]