Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::Overlay.
Overlay configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#animations
def animations() -> ::Array<::Google::Cloud::Video::Transcoder::V1::Overlay::Animation>
Returns
- (::Array<::Google::Cloud::Video::Transcoder::V1::Overlay::Animation>) — List of Animations. The list should be chronological, without any time overlap.
#animations=
def animations=(value) -> ::Array<::Google::Cloud::Video::Transcoder::V1::Overlay::Animation>
Parameter
- value (::Array<::Google::Cloud::Video::Transcoder::V1::Overlay::Animation>) — List of Animations. The list should be chronological, without any time overlap.
Returns
- (::Array<::Google::Cloud::Video::Transcoder::V1::Overlay::Animation>) — List of Animations. The list should be chronological, without any time overlap.
#image
def image() -> ::Google::Cloud::Video::Transcoder::V1::Overlay::Image
Returns
- (::Google::Cloud::Video::Transcoder::V1::Overlay::Image) — Image overlay.
#image=
def image=(value) -> ::Google::Cloud::Video::Transcoder::V1::Overlay::Image
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::Overlay::Image) — Image overlay.
Returns
- (::Google::Cloud::Video::Transcoder::V1::Overlay::Image) — Image overlay.