/AWS1/CL_MDXADDMEDIASTREAMREQ¶
The media stream that you want to add to the flow.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_mediastreamid
TYPE /AWS1/MDXINTEGER
/AWS1/MDXINTEGER
¶
A unique identifier for the media stream.
iv_mediastreamname
TYPE /AWS1/MDXSTRING
/AWS1/MDXSTRING
¶
A name that helps you distinguish one media stream from another.
iv_mediastreamtype
TYPE /AWS1/MDXMEDIASTREAMTYPE
/AWS1/MDXMEDIASTREAMTYPE
¶
The type of media stream.
Optional arguments:¶
io_attributes
TYPE REF TO /AWS1/CL_MDXMEDIASTRMATTRSREQ
/AWS1/CL_MDXMEDIASTRMATTRSREQ
¶
The attributes that you want to assign to the new media stream.
iv_clockrate
TYPE /AWS1/MDXINTEGER
/AWS1/MDXINTEGER
¶
The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.
iv_description
TYPE /AWS1/MDXSTRING
/AWS1/MDXSTRING
¶
A description that can help you quickly identify what your media stream is used for.
iv_videoformat
TYPE /AWS1/MDXSTRING
/AWS1/MDXSTRING
¶
The resolution of the video.
Queryable Attributes¶
Attributes¶
The attributes that you want to assign to the new media stream.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTRIBUTES() |
Getter for ATTRIBUTES |
ClockRate¶
The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLOCKRATE() |
Getter for CLOCKRATE, with configurable default |
ASK_CLOCKRATE() |
Getter for CLOCKRATE w/ exceptions if field has no value |
HAS_CLOCKRATE() |
Determine if CLOCKRATE has a value |
Description¶
A description that can help you quickly identify what your media stream is used for.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
MediaStreamId¶
A unique identifier for the media stream.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEDIASTREAMID() |
Getter for MEDIASTREAMID, with configurable default |
ASK_MEDIASTREAMID() |
Getter for MEDIASTREAMID w/ exceptions if field has no value |
HAS_MEDIASTREAMID() |
Determine if MEDIASTREAMID has a value |
MediaStreamName¶
A name that helps you distinguish one media stream from another.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEDIASTREAMNAME() |
Getter for MEDIASTREAMNAME, with configurable default |
ASK_MEDIASTREAMNAME() |
Getter for MEDIASTREAMNAME w/ exceptions if field has no val |
HAS_MEDIASTREAMNAME() |
Determine if MEDIASTREAMNAME has a value |
MediaStreamType¶
The type of media stream.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEDIASTREAMTYPE() |
Getter for MEDIASTREAMTYPE, with configurable default |
ASK_MEDIASTREAMTYPE() |
Getter for MEDIASTREAMTYPE w/ exceptions if field has no val |
HAS_MEDIASTREAMTYPE() |
Determine if MEDIASTREAMTYPE has a value |
VideoFormat¶
The resolution of the video.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VIDEOFORMAT() |
Getter for VIDEOFORMAT, with configurable default |
ASK_VIDEOFORMAT() |
Getter for VIDEOFORMAT w/ exceptions if field has no value |
HAS_VIDEOFORMAT() |
Determine if VIDEOFORMAT 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___LISTOFADDMEDIASTREAMREQ
¶
TYPES TT___LISTOFADDMEDIASTREAMREQ TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDXADDMEDIASTREAMREQ WITH DEFAULT KEY
.