AVBlocks for C++  2.1
Audio and Video Software Development Kit
primo::avblocks::PinConnection Namespace Reference

These constants are used as special values of MediaPin.ID. More...

Enumerations

enum  Enum {
  Disabled = -1,
  Auto = 0
}
 PinConnection::Enum. More...
 

Detailed Description

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.

Enumeration Type Documentation

enum Enum

PinConnection::Enum.

Enumerator
Disabled 

The media pin does not participate in pin mapping.

It is ignored by the transcoder and is never used.

Auto 

The media pin participates in an automatic (implicit) mapping.

When 2 pins are automatically connected MediaPin.ID is updated by the transcoder with a value greater than 0.