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