/AWS1/CL_MDLINPDEVUHDAUDIOCH00¶
One audio configuration that specifies the format for one audio pair that the device produces as output.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/MDL__INTEGER /AWS1/MDL__INTEGER¶
The ID for one audio pair configuration, a value from 1 to 8.
iv_profile TYPE /AWS1/MDLINPDEVUHDAUDIOCHANN00 /AWS1/MDLINPDEVUHDAUDIOCHANN00¶
The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won't produce audio for this pair.
Queryable Attributes¶
Id¶
The ID for one audio pair configuration, a value from 1 to 8.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Profile¶
The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won't produce audio for this pair.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILE() |
Getter for PROFILE, with configurable default |
ASK_PROFILE() |
Getter for PROFILE w/ exceptions if field has no value |
HAS_PROFILE() |
Determine if PROFILE 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___LSTOFINPDEVUHDAUDIOCHAN00¶
TYPES TT___LSTOFINPDEVUHDAUDIOCHAN00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLINPDEVUHDAUDIOCH00 WITH DEFAULT KEY
.