AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Configures a SMPTE 2110 Receive Channel. More...
#include <ntv2config2110.h>
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 |
Configures a SMPTE 2110 Receive Channel.
Definition at line 264 of file ntv2config2110.h.
|
inline |
Definition at line 267 of file ntv2config2110.h.
void rx_2110Config::init | ( | ) |
Definition at line 97 of file ntv2config2110.cpp.
bool rx_2110Config::operator!= | ( | const rx_2110Config & | other | ) |
Definition at line 113 of file ntv2config2110.cpp.
bool rx_2110Config::operator== | ( | const rx_2110Config & | other | ) |
Definition at line 118 of file ntv2config2110.cpp.
eNTV2PacketInterval rx_2110Config::audioPktInterval |
Definition at line 287 of file ntv2config2110.h.
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.
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.
uint32_t rx_2110Config::numAudioChannels |
Definition at line 286 of file ntv2config2110.h.
uint16_t rx_2110Config::payloadType |
Definition at line 283 of file ntv2config2110.h.
uint32_t rx_2110Config::rxMatch |
Bitmap of rxMatch criteria used.
Definition at line 275 of file ntv2config2110.h.
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.
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.
uint32_t rx_2110Config::ssrc |
Specifies the SSRC identifier (if RX_MATCH_2110_SSRC set)
Definition at line 281 of file ntv2config2110.h.
NTV2VideoFormat rx_2110Config::videoFormat |
Definition at line 284 of file ntv2config2110.h.
VPIDSampling rx_2110Config::videoSamples |
Definition at line 285 of file ntv2config2110.h.
uint16_t rx_2110Config::vlan |
Specifies the VLAN TCI (if RX_MATCH_2110_VLAN set)
Definition at line 282 of file ntv2config2110.h.