lib/google/apis/transcoder_v1/representations.rb in google-apis-transcoder_v1-0.20.0 vs lib/google/apis/transcoder_v1/representations.rb in google-apis-transcoder_v1-0.21.0
- old
+ new
@@ -158,10 +158,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Fmp4Config
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class H264CodecSettings
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -559,10 +565,17 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
+ class Fmp4Config
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :codec_tag, as: 'codecTag'
+ end
+ end
+
class H264CodecSettings
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :allow_open_gop, as: 'allowOpenGop'
property :aq_strength, as: 'aqStrength'
@@ -736,9 +749,11 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :container, as: 'container'
collection :elementary_streams, as: 'elementaryStreams'
property :encryption_id, as: 'encryptionId'
property :file_name, as: 'fileName'
+ property :fmp4, as: 'fmp4', class: Google::Apis::TranscoderV1::Fmp4Config, decorator: Google::Apis::TranscoderV1::Fmp4Config::Representation
+
property :key, as: 'key'
property :segment_settings, as: 'segmentSettings', class: Google::Apis::TranscoderV1::SegmentSettings, decorator: Google::Apis::TranscoderV1::SegmentSettings::Representation
end
end