AVBlocks for .NET  1.20
Audio and Video Software Development Kit
PinConnection Class Reference

Defines pin connection disposition. More...

Public Attributes

const int Auto = 0
 The media pin participates in an automatic (implicit) mapping. More...
 
const int Disabled = -1
 The media pin does not participate in pin mapping and is never connected. More...
 

Detailed Description

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.

Member Data Documentation

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.