AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
rx_2110Config Class Reference

Configures a SMPTE 2110 Receive Channel. More...

#include <ntv2config2110.h>

Collaboration diagram for rx_2110Config:
[legend]

Public Member Functions

 rx_2110Config ()
 
void init ()
 
bool operator!= (const rx_2110Config &other)
 
bool operator== (const rx_2110Config &other)
 

Public Attributes

uint32_t rxMatch
 Bitmap of rxMatch criteria used. More...
 
std::string sourceIP
 Specifies the source (sender) IP address (if RX_MATCH_2110_SOURCE_IP set). If it's in the multiclass range, then by default, the IGMP multicast group will be joined (see CNTV2Config2110::SetIGMPDisable). More...
 
std::string destIP
 Specifies the destination (target) IP address (if RX_MATCH_2110_DEST_IP set) More...
 
uint32_t sourcePort
 Specifies the source (sender) port number (if RX_MATCH_2110_SOURCE_PORT set) More...
 
uint32_t destPort
 Specifies the destination (target) port number (if RX_MATCH_2110_DEST_PORT set) More...
 
uint32_t ssrc
 Specifies the SSRC identifier (if RX_MATCH_2110_SSRC set) More...
 
uint16_t vlan
 Specifies the VLAN TCI (if RX_MATCH_2110_VLAN set) More...
 
uint16_t payloadType
 
NTV2VideoFormat videoFormat
 
VPIDSampling videoSamples
 
uint32_t numAudioChannels
 
eNTV2PacketInterval audioPktInterval
 

Detailed Description

Configures a SMPTE 2110 Receive Channel.

Definition at line 264 of file ntv2config2110.h.

Constructor & Destructor Documentation

◆ rx_2110Config()

rx_2110Config::rx_2110Config ( )
inline

Definition at line 267 of file ntv2config2110.h.

Member Function Documentation

◆ init()

void rx_2110Config::init ( )

Definition at line 97 of file ntv2config2110.cpp.

◆ operator!=()

bool rx_2110Config::operator!= ( const rx_2110Config other)

Definition at line 113 of file ntv2config2110.cpp.

◆ operator==()

bool rx_2110Config::operator== ( const rx_2110Config other)

Definition at line 118 of file ntv2config2110.cpp.

Member Data Documentation

◆ audioPktInterval

eNTV2PacketInterval rx_2110Config::audioPktInterval

Definition at line 287 of file ntv2config2110.h.

◆ destIP

std::string rx_2110Config::destIP

Specifies the destination (target) IP address (if RX_MATCH_2110_DEST_IP set)

Definition at line 278 of file ntv2config2110.h.

◆ destPort

uint32_t rx_2110Config::destPort

Specifies the destination (target) port number (if RX_MATCH_2110_DEST_PORT set)

Definition at line 280 of file ntv2config2110.h.

◆ numAudioChannels

uint32_t rx_2110Config::numAudioChannels

Definition at line 286 of file ntv2config2110.h.

◆ payloadType

uint16_t rx_2110Config::payloadType

Definition at line 283 of file ntv2config2110.h.

◆ rxMatch

uint32_t rx_2110Config::rxMatch

Bitmap of rxMatch criteria used.

Definition at line 275 of file ntv2config2110.h.

◆ sourceIP

std::string rx_2110Config::sourceIP

Specifies the source (sender) IP address (if RX_MATCH_2110_SOURCE_IP set). If it's in the multiclass range, then by default, the IGMP multicast group will be joined (see CNTV2Config2110::SetIGMPDisable).

Definition at line 276 of file ntv2config2110.h.

◆ sourcePort

uint32_t rx_2110Config::sourcePort

Specifies the source (sender) port number (if RX_MATCH_2110_SOURCE_PORT set)

Definition at line 279 of file ntv2config2110.h.

◆ ssrc

uint32_t rx_2110Config::ssrc

Specifies the SSRC identifier (if RX_MATCH_2110_SSRC set)

Definition at line 281 of file ntv2config2110.h.

◆ videoFormat

NTV2VideoFormat rx_2110Config::videoFormat

Definition at line 284 of file ntv2config2110.h.

◆ videoSamples

VPIDSampling rx_2110Config::videoSamples

Definition at line 285 of file ntv2config2110.h.

◆ vlan

uint16_t rx_2110Config::vlan

Specifies the VLAN TCI (if RX_MATCH_2110_VLAN set)

Definition at line 282 of file ntv2config2110.h.


The documentation for this class was generated from the following files: