Class: Google::Cloud::Video::Transcoder::V1::SegmentSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1/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.



1386
1387
1388
1389
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1386

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:



1386
1387
1388
1389
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1386

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