Class: Aws::MediaConvert::Types::DvbNitSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DvbNitSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_id ⇒ Integer
The numeric value placed in the Network Information Table (NIT).
-
#network_name ⇒ String
The network name text placed in the network_name_descriptor inside the Network Information Table.
-
#nit_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
Instance Attribute Details
#network_id ⇒ Integer
The numeric value placed in the Network Information Table (NIT).
3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3929 class DvbNitSettings < Struct.new( :network_id, :network_name, :nit_interval) SENSITIVE = [] include Aws::Structure end |
#network_name ⇒ String
The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters.
3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3929 class DvbNitSettings < Struct.new( :network_id, :network_name, :nit_interval) SENSITIVE = [] include Aws::Structure end |
#nit_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
3929 3930 3931 3932 3933 3934 3935 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3929 class DvbNitSettings < Struct.new( :network_id, :network_name, :nit_interval) SENSITIVE = [] include Aws::Structure end |