Class: Aws::MediaLive::Types::DvbSdtSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

DVB Service Description Table (SDT)

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_sdtString

Selects method of inserting SDT information into output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. The sdtManual setting means user will enter the SDT information. The sdtNone setting means output stream will not contain SDT information.

Returns:

  • (String)


3855
3856
3857
3858
3859
3860
3861
3862
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3855

class DvbSdtSettings < Struct.new(
  :output_sdt,
  :rep_interval,
  :service_name,
  :service_provider_name)
  SENSITIVE = []
  include Aws::Structure
end

#rep_intervalInteger

The number of milliseconds between instances of this table in the output transport stream.

Returns:

  • (Integer)


3855
3856
3857
3858
3859
3860
3861
3862
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3855

class DvbSdtSettings < Struct.new(
  :output_sdt,
  :rep_interval,
  :service_name,
  :service_provider_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The service name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

Returns:

  • (String)


3855
3856
3857
3858
3859
3860
3861
3862
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3855

class DvbSdtSettings < Struct.new(
  :output_sdt,
  :rep_interval,
  :service_name,
  :service_provider_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_provider_nameString

The service provider name placed in the serviceDescriptor in the Service Description Table. Maximum length is 256 characters.

Returns:

  • (String)


3855
3856
3857
3858
3859
3860
3861
3862
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3855

class DvbSdtSettings < Struct.new(
  :output_sdt,
  :rep_interval,
  :service_name,
  :service_provider_name)
  SENSITIVE = []
  include Aws::Structure
end