Class: Aws::MediaPackageV2::Types::DashProgramInformation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagev2/types.rb

Overview

Details about the content that you want MediaPackage to pass through in the manifest to the playback device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

A copyright statement about the content.

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354

class DashProgramInformation < Struct.new(
  :title,
  :source,
  :copyright,
  :language_code,
  :more_information_url)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

The language code for this manifest.

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354

class DashProgramInformation < Struct.new(
  :title,
  :source,
  :copyright,
  :language_code,
  :more_information_url)
  SENSITIVE = []
  include Aws::Structure
end

#more_information_urlString

An absolute URL that contains more information about this content.

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354

class DashProgramInformation < Struct.new(
  :title,
  :source,
  :copyright,
  :language_code,
  :more_information_url)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

Information about the content provider.

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354

class DashProgramInformation < Struct.new(
  :title,
  :source,
  :copyright,
  :language_code,
  :more_information_url)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title for the manifest.

Returns:

  • (String)


1354
1355
1356
1357
1358
1359
1360
1361
1362
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354

class DashProgramInformation < Struct.new(
  :title,
  :source,
  :copyright,
  :language_code,
  :more_information_url)
  SENSITIVE = []
  include Aws::Structure
end