/AWS1/CL_MDLAUDIOPIDSELECTION¶
Audio Pid Selection
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_pid TYPE /AWS1/MDL__INTEGERMIN0MAX8191 /AWS1/MDL__INTEGERMIN0MAX8191¶
Selects a specific PID from within a source.
Optional arguments:¶
it_pids TYPE /AWS1/CL_MDLAUDIOPID=>TT___LISTOFAUDIOPID TT___LISTOFAUDIOPID¶
Selects one or more unique PIDs from within a source. When using 'pids', you can specify per-PID audio pre-mixer settings.
Queryable Attributes¶
Pid¶
Selects a specific PID from within a source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PID() |
Getter for PID, with configurable default |
ASK_PID() |
Getter for PID w/ exceptions if field has no value |
HAS_PID() |
Determine if PID has a value |
Pids¶
Selects one or more unique PIDs from within a source. When using 'pids', you can specify per-PID audio pre-mixer settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIDS() |
Getter for PIDS, with configurable default |
ASK_PIDS() |
Getter for PIDS w/ exceptions if field has no value |
HAS_PIDS() |
Determine if PIDS has a value |