Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::Slate.
Slate object
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gam_slate
def gam_slate() -> ::Google::Cloud::Video::Stitcher::V1::Slate::GamSlate
Returns
- (::Google::Cloud::Video::Stitcher::V1::Slate::GamSlate) — gam_slate has all the GAM-related attributes of slates.
#gam_slate=
def gam_slate=(value) -> ::Google::Cloud::Video::Stitcher::V1::Slate::GamSlate
Parameter
- value (::Google::Cloud::Video::Stitcher::V1::Slate::GamSlate) — gam_slate has all the GAM-related attributes of slates.
Returns
- (::Google::Cloud::Video::Stitcher::V1::Slate::GamSlate) — gam_slate has all the GAM-related attributes of slates.
#name
def name() -> ::String
Returns
-
(::String) — Output only. The name of the slate, in the form of
projects/{project_number}/locations/{location}/slates/{id}
.
#uri
def uri() -> ::String
Returns
- (::String) — The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.
Returns
- (::String) — The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.