Class: Google::Cloud::Video::Transcoder::V1beta1::SegmentSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

Segment settings for "ts", "fmp4" and "vtt".

Instance Attribute Summary collapse

Instance Attribute Details

#individual_segments::Boolean

Returns Required. Create an individual segment file. The default is false.

Returns:

  • (::Boolean)

    Required. Create an individual segment file. The default is false.



946
947
948
949
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 946

class SegmentSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#segment_duration::Google::Protobuf::Duration

Returns Duration of the segments in seconds. The default is "6.0s". Note that segmentDuration must be greater than or equal to gopDuration, and segmentDuration must be divisible by gopDuration.

Returns:



946
947
948
949
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 946

class SegmentSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end