Class: Google::Cloud::Video::Transcoder::V1::JobConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::JobConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Job configuration
Instance Attribute Summary collapse
-
#ad_breaks ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::AdBreak>
List of ad breaks.
-
#edit_list ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::EditAtom>
List of
Edit atoms. -
#elementary_streams ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::ElementaryStream>
List of elementary streams.
-
#encryptions ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Encryption>
List of encryption configurations for the content.
-
#inputs ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Input>
List of input assets stored in Cloud Storage.
-
#manifests ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Manifest>
List of output manifests.
-
#mux_streams ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::MuxStream>
List of multiplexing settings for output streams.
-
#output ⇒ ::Google::Cloud::Video::Transcoder::V1::Output
Output configuration.
-
#overlays ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Overlay>
List of overlays on the output video, in descending Z-order.
-
#pubsub_destination ⇒ ::Google::Cloud::Video::Transcoder::V1::PubsubDestination
Destination on Pub/Sub.
-
#sprite_sheets ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::SpriteSheet>
List of output sprite sheets.
Instance Attribute Details
#ad_breaks ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::AdBreak>
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#edit_list ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::EditAtom>
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#elementary_streams ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::ElementaryStream>
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encryptions ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Encryption>
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inputs ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Input>
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#manifests ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Manifest>
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mux_streams ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::MuxStream>
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output ⇒ ::Google::Cloud::Video::Transcoder::V1::Output
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#overlays ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::Overlay>
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pubsub_destination ⇒ ::Google::Cloud::Video::Transcoder::V1::PubsubDestination
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sprite_sheets ⇒ ::Array<::Google::Cloud::Video::Transcoder::V1::SpriteSheet>
224 225 226 227 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 224 class JobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |