AJA NTV2 SDK  17.5.0.1242
NTV2 SDK 17.5.0.1242
tx_2022_channel Class Reference

Configures a SMPTE 2022 Transmit Channel. More...

#include <ntv2config2022.h>

Collaboration diagram for tx_2022_channel:
[legend]

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
 

Detailed Description

Configures a SMPTE 2022 Transmit Channel.

Definition at line 22 of file ntv2config2022.h.

Constructor & Destructor Documentation

◆ tx_2022_channel()

tx_2022_channel::tx_2022_channel ( )
inline

Definition at line 25 of file ntv2config2022.h.

Member Function Documentation

◆ init()

void tx_2022_channel::init ( )

Definition at line 21 of file ntv2config2022.cpp.

◆ operator!=()

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

Definition at line 39 of file ntv2config2022.cpp.

◆ operator==()

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

Definition at line 44 of file ntv2config2022.cpp.

Member Data Documentation

◆ sfp1Enable

bool tx_2022_channel::sfp1Enable

Definition at line 33 of file ntv2config2022.h.

◆ sfp1LocalPort

uint32_t tx_2022_channel::sfp1LocalPort

Specifies the local (source) port number.

Definition at line 36 of file ntv2config2022.h.

◆ sfp1RemoteIP

std::string tx_2022_channel::sfp1RemoteIP

Specifies remote (destination) IP address.

Definition at line 37 of file ntv2config2022.h.

◆ sfp1RemotePort

uint32_t tx_2022_channel::sfp1RemotePort

Specifies the remote (destination) port number.

Definition at line 38 of file ntv2config2022.h.

◆ sfp2Enable

bool tx_2022_channel::sfp2Enable

Definition at line 34 of file ntv2config2022.h.

◆ sfp2LocalPort

uint32_t tx_2022_channel::sfp2LocalPort

Specifies the local (source) port number.

Definition at line 40 of file ntv2config2022.h.

◆ sfp2RemoteIP

std::string tx_2022_channel::sfp2RemoteIP

Specifies remote (destination) IP address.

Definition at line 41 of file ntv2config2022.h.

◆ sfp2RemotePort

uint32_t tx_2022_channel::sfp2RemotePort

Specifies the remote (destination) port number.

Definition at line 42 of file ntv2config2022.h.

◆ ssrc

uint32_t tx_2022_channel::ssrc

Definition at line 46 of file ntv2config2022.h.

◆ tos

uint8_t tx_2022_channel::tos

Definition at line 44 of file ntv2config2022.h.

◆ ttl

uint8_t tx_2022_channel::ttl

Definition at line 45 of file ntv2config2022.h.


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