AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Configures a SMPTE 2022 Transmit Channel. More...
#include <ntv2config2022.h>
Public Member Functions | |
tx_2022_channel () | |
void | init () |
bool | operator!= (const tx_2022_channel &other) |
bool | operator== (const tx_2022_channel &other) |
Public Attributes | |
bool | sfp1Enable |
bool | sfp2Enable |
uint32_t | sfp1LocalPort |
Specifies the local (source) port number. More... | |
std::string | sfp1RemoteIP |
Specifies remote (destination) IP address. More... | |
uint32_t | sfp1RemotePort |
Specifies the remote (destination) port number. More... | |
uint32_t | sfp2LocalPort |
Specifies the local (source) port number. More... | |
std::string | sfp2RemoteIP |
Specifies remote (destination) IP address. More... | |
uint32_t | sfp2RemotePort |
Specifies the remote (destination) port number. More... | |
uint8_t | tos |
uint8_t | ttl |
uint32_t | ssrc |
Configures a SMPTE 2022 Transmit Channel.
Definition at line 22 of file ntv2config2022.h.
|
inline |
Definition at line 25 of file ntv2config2022.h.
void tx_2022_channel::init | ( | ) |
Definition at line 21 of file ntv2config2022.cpp.
bool tx_2022_channel::operator!= | ( | const tx_2022_channel & | other | ) |
Definition at line 39 of file ntv2config2022.cpp.
bool tx_2022_channel::operator== | ( | const tx_2022_channel & | other | ) |
Definition at line 44 of file ntv2config2022.cpp.
bool tx_2022_channel::sfp1Enable |
Definition at line 33 of file ntv2config2022.h.
uint32_t tx_2022_channel::sfp1LocalPort |
Specifies the local (source) port number.
Definition at line 36 of file ntv2config2022.h.
std::string tx_2022_channel::sfp1RemoteIP |
Specifies remote (destination) IP address.
Definition at line 37 of file ntv2config2022.h.
uint32_t tx_2022_channel::sfp1RemotePort |
Specifies the remote (destination) port number.
Definition at line 38 of file ntv2config2022.h.
bool tx_2022_channel::sfp2Enable |
Definition at line 34 of file ntv2config2022.h.
uint32_t tx_2022_channel::sfp2LocalPort |
Specifies the local (source) port number.
Definition at line 40 of file ntv2config2022.h.
std::string tx_2022_channel::sfp2RemoteIP |
Specifies remote (destination) IP address.
Definition at line 41 of file ntv2config2022.h.
uint32_t tx_2022_channel::sfp2RemotePort |
Specifies the remote (destination) port number.
Definition at line 42 of file ntv2config2022.h.
uint32_t tx_2022_channel::ssrc |
Definition at line 46 of file ntv2config2022.h.
uint8_t tx_2022_channel::tos |
Definition at line 44 of file ntv2config2022.h.
uint8_t tx_2022_channel::ttl |
Definition at line 45 of file ntv2config2022.h.