/AWS1/CL_MD2LSTMSSMANIFESTCONF¶
Summary information about a Microsoft Smooth Streaming (MSS) manifest configuration. This provides key details about the MSS manifest without including all configuration parameters.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_manifestname
TYPE /AWS1/MD2RESOURCENAME
/AWS1/MD2RESOURCENAME
¶
The name of the MSS manifest configuration.
Optional arguments:¶
iv_url
TYPE /AWS1/MD2STRING
/AWS1/MD2STRING
¶
The URL for accessing the MSS manifest.
Queryable Attributes¶
ManifestName¶
The name of the MSS manifest configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MANIFESTNAME() |
Getter for MANIFESTNAME, with configurable default |
ASK_MANIFESTNAME() |
Getter for MANIFESTNAME w/ exceptions if field has no value |
HAS_MANIFESTNAME() |
Determine if MANIFESTNAME has a value |
Url¶
The URL for accessing the MSS manifest.
Accessible with the following methods¶
Method | Description |
---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTMSSMANIFESTS
¶
TYPES TT_LISTMSSMANIFESTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MD2LSTMSSMANIFESTCONF WITH DEFAULT KEY
.