Video Stitcher V1 API - Class Google::Cloud::Video::Stitcher::V1::Slate (v0.3.0)

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

#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.