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 document provides reference documentation for the `Asset.Types.VideoAsset` class within the Google Cloud Live Stream v1 API, detailing its usage and supported formats."],["`VideoAsset` represents a video, supporting formats like MP4, MPEG-TS, and FLV, with H264 as the supported video codec and AAC, AC3, MP2, and MP3 for audio."],["The `VideoAsset` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it is used to define the format and type of video."],["The document lists the available versions of the API, with 1.8.0 being the latest, and provides direct links to the documentation for the `Asset.Types.VideoAsset` class in each version."],["The class contains two constructors, one default and another to clone another VideoAsset, as well as a Uri property that represents the cloud storage path for the video."]]],[]]