public sealed class Clip.Types.ClipManifest : IMessage<Clip.Types.ClipManifest>, IEquatable<Clip.Types.ClipManifest>, IDeepCloneable<Clip.Types.ClipManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Clip.Types.ClipManifest.
ClipManifest identifies a source manifest for the generated clip manifest.
Implements
IMessageClipTypesClipManifest, IEquatableClipTypesClipManifest, IDeepCloneableClipTypesClipManifest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
ClipManifest()
public ClipManifest()
ClipManifest(ClipManifest)
public ClipManifest(Clip.Types.ClipManifest other)
Parameter | |
---|---|
Name | Description |
other |
ClipTypesClipManifest |
Properties
ManifestKey
public string ManifestKey { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
OutputUri
public string OutputUri { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |