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 documentation for the `Asset.Types.VideoAsset` class within the Google Cloud Live Stream v1 API, with the latest version being 1.8.0."],["The `VideoAsset` class represents a video and supports formats like MP4, MPEG-TS, and FLV, with H264 as the supported video codec."],["The `VideoAsset` class supports audio codecs such as AAC, AC3, MP2, and MP3."],["The `VideoAsset` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VideoAsset` class has a property, Uri, which represents the Cloud Storage URI of the video in the format 'gs://my-bucket/my-object'."]]],[]]