/AWS1/CL_MD2DASHPROGRAMINFMT00¶
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_title TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
The title for the manifest.
iv_source TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
Information about the content provider.
iv_copyright TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
A copyright statement about the content.
iv_languagecode TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
The language code for this manifest.
iv_moreinformationurl TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
An absolute URL that contains more information about this content.
Queryable Attributes¶
Title¶
The title for the manifest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
Source¶
Information about the content provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
Copyright¶
A copyright statement about the content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COPYRIGHT() |
Getter for COPYRIGHT, with configurable default |
ASK_COPYRIGHT() |
Getter for COPYRIGHT w/ exceptions if field has no value |
HAS_COPYRIGHT() |
Determine if COPYRIGHT has a value |
LanguageCode¶
The language code for this manifest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LANGUAGECODE() |
Getter for LANGUAGECODE, with configurable default |
ASK_LANGUAGECODE() |
Getter for LANGUAGECODE w/ exceptions if field has no value |
HAS_LANGUAGECODE() |
Determine if LANGUAGECODE has a value |
MoreInformationUrl¶
An absolute URL that contains more information about this content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOREINFORMATIONURL() |
Getter for MOREINFORMATIONURL, with configurable default |
ASK_MOREINFORMATIONURL() |
Getter for MOREINFORMATIONURL w/ exceptions if field has no |
HAS_MOREINFORMATIONURL() |
Determine if MOREINFORMATIONURL has a value |