ClipManifest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ClipManifest identifies a source manifest for the generated clip manifest.
Attributes |
|
---|---|
Name | Description |
manifest_key |
str
Required. A unique key that identifies a manifest config in the parent channel. This key is the same as channel.manifests.key for the selected manifest.
|
output_uri |
str
Output only. The output URI of the generated clip manifest. This field will be populated when the CreateClip request is accepted. Current output format is provided below but may change in the future. Please read this field to get the uri to the generated clip manifest. Format: {clip.output_uri}/{channel.manifest.fileName} Example: gs://my-bucket/clip-outputs/main.m3u8 |