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.
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `Asset.Types.VideoAsset` class within the Live Stream v1 API, part of the `Google.Cloud.Video.LiveStream.V1` namespace."],["`VideoAsset` represents a video and supports MP4, MPEG-TS, and FLV formats with the H264 video codec, and AAC, AC3, MP2, and MP3 audio codecs."],["The class `VideoAsset` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `VideoAsset` class has two constructors: a default one, and another to construct a new `VideoAsset` instance from a pre existing one."],["A key property of `VideoAsset` is `Uri`, which represents the Cloud Storage URI of the video in the format `gs://my-bucket/my-object`."]]],[]]