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 documentation covers the `Asset.Types.VideoAsset` class within the Google Cloud Live Stream v1 API, providing reference information and code samples."],["`VideoAsset` represents a video file, supporting MP4, MPEG-TS, and FLV formats with H264 video codec and AAC, AC3, MP2, and MP3 audio codecs."],["The `VideoAsset` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VideoAsset` class has a `Uri` property, which is used to specify the Cloud Storage URI of the video file."],["The documentation includes a listing of available versions, ranging from 1.0.0 to the latest 1.8.0."]]],[]]