Live Stream v1 API - Class Asset.Types.VideoAsset (1.5.0)

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.

Inheritance

object > Asset.Types.VideoAsset

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

VideoAsset()

public VideoAsset()

VideoAsset(VideoAsset)

public VideoAsset(Asset.Types.VideoAsset other)
Parameter
NameDescription
otherAssetTypesVideoAsset

Properties

Uri

public string Uri { get; set; }

Cloud Storage URI of the video. The format is gs://my-bucket/my-object.

Property Value
TypeDescription
string