AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Configures a SMPTE 2110 Transmit Channel. More...
#include <ntv2config2110.h>
Public Member Functions | |
tx_2110Config () | |
void | init () |
bool | operator!= (const tx_2110Config &other) |
bool | operator== (const tx_2110Config &other) |
Public Attributes | |
std::string | remoteIP [2] |
Specifies remote (destination) IP address. More... | |
uint32_t | localPort [2] |
Specifies the local (source) port number. More... | |
uint32_t | remotePort [2] |
Specifies the remote (destination) port number. More... | |
uint16_t | payloadType |
uint8_t | tos |
uint8_t | ttl |
uint32_t | ssrc |
NTV2Channel | channel |
NTV2VideoFormat | videoFormat |
VPIDSampling | videoSamples |
uint8_t | numAudioChannels |
uint8_t | firstAudioChannel |
eNTV2PacketInterval | audioPktInterval |
Configures a SMPTE 2110 Transmit Channel.
Definition at line 234 of file ntv2config2110.h.
|
inline |
Definition at line 237 of file ntv2config2110.h.
void tx_2110Config::init | ( | ) |
Definition at line 54 of file ntv2config2110.cpp.
bool tx_2110Config::operator!= | ( | const tx_2110Config & | other | ) |
Definition at line 73 of file ntv2config2110.cpp.
bool tx_2110Config::operator== | ( | const tx_2110Config & | other | ) |
Definition at line 78 of file ntv2config2110.cpp.
eNTV2PacketInterval tx_2110Config::audioPktInterval |
Definition at line 257 of file ntv2config2110.h.
NTV2Channel tx_2110Config::channel |
Definition at line 252 of file ntv2config2110.h.
uint8_t tx_2110Config::firstAudioChannel |
Definition at line 256 of file ntv2config2110.h.
uint32_t tx_2110Config::localPort[2] |
Specifies the local (source) port number.
Definition at line 246 of file ntv2config2110.h.
uint8_t tx_2110Config::numAudioChannels |
Definition at line 255 of file ntv2config2110.h.
uint16_t tx_2110Config::payloadType |
Definition at line 248 of file ntv2config2110.h.
std::string tx_2110Config::remoteIP[2] |
Specifies remote (destination) IP address.
Definition at line 245 of file ntv2config2110.h.
uint32_t tx_2110Config::remotePort[2] |
Specifies the remote (destination) port number.
Definition at line 247 of file ntv2config2110.h.
uint32_t tx_2110Config::ssrc |
Definition at line 251 of file ntv2config2110.h.
uint8_t tx_2110Config::tos |
Definition at line 249 of file ntv2config2110.h.
uint8_t tx_2110Config::ttl |
Definition at line 250 of file ntv2config2110.h.
NTV2VideoFormat tx_2110Config::videoFormat |
Definition at line 253 of file ntv2config2110.h.
VPIDSampling tx_2110Config::videoSamples |
Definition at line 254 of file ntv2config2110.h.