public sealed class Asset.Types.VideoAsset : IMessage<Asset.Types.VideoAsset>, IEquatable<Asset.Types.VideoAsset>, IDeepCloneable<Asset.Types.VideoAsset>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Asset.Types.VideoAsset.
VideoAsset represents a video. The supported formats are MP4, MPEG-TS, and FLV. The supported video codec is H264. The supported audio codecs are AAC, AC3, MP2, and MP3.
Implements
IMessageAssetTypesVideoAsset, IEquatableAssetTypesVideoAsset, IDeepCloneableAssetTypesVideoAsset, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
VideoAsset()
public VideoAsset()
VideoAsset(VideoAsset)
public VideoAsset(Asset.Types.VideoAsset other)
Parameter | |
---|---|
Name | Description |
other |
AssetTypesVideoAsset |
Properties
Uri
public string Uri { get; set; }
Cloud Storage URI of the video. The format is gs://my-bucket/my-object
.
Property Value | |
---|---|
Type | Description |
string |