AVBlocks for .NET
1.13
Audio and Video Software Development Kit
|
Defines pin connection disposition. More...
Public Attributes | |
const int | Disabled = -1 |
The media pin does not participate in pin mapping and is never connected. More... | |
const int | Auto = 0 |
The media pin participates in an automatic (implicit) mapping. More... | |
Defines pin connection disposition.
These constants are used as special values of MediaPin.ID.
The transcoder tries to connect the input/output pins depending on the values of MediaPin.ID. A value greater than 0 specifies that the media pin participates in explicit mapping.
const int Auto = 0 |
The media pin participates in an automatic (implicit) mapping.
When 2 pins are automatically connected by the transcoder MediaPin.ID is updated with a value greater than 0.
const int Disabled = -1 |
The media pin does not participate in pin mapping and is never connected.
The pin is ignored by the transcoder.