Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::Asset::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#uri
def uri() -> ::String
Returns
-
(::String) — Cloud Storage URI of the video. The format is
gs://my-bucket/my-object
.
#uri=
def uri=(value) -> ::String
Parameter
-
value (::String) — Cloud Storage URI of the video. The format is
gs://my-bucket/my-object
.
Returns
-
(::String) — Cloud Storage URI of the video. The format is
gs://my-bucket/my-object
.