Class: Google::Cloud::Video::LiveStream::V1::Asset::VideoAsset
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Asset::VideoAsset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
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.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Cloud Storage URI of the video.
Instance Attribute Details
#uri ⇒ ::String
Returns Cloud Storage URI of the video. The format is gs://my-bucket/my-object
.
831 832 833 834 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 831 class VideoAsset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |