AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
#include <ntv2publicinterface.h>
Public Member Functions | |
operator NTV2_HEADER * () | |
ULWord | GetQueueDepth (void) |
Gets the queue depth. More... | |
bool | IsIdle (void) |
Is the stream idle. More... | |
bool | IsActive (void) |
Is the stream active. More... | |
bool | HasError (void) |
Has the stream encountered an error. More... | |
std::ostream & | Print (std::ostream &inOutStream) const |
Construction & Destruction | |
NTV2StreamChannel () | |
Constructs a default NTV2StreamChannel struct. More... | |
Public Attributes | |
NTV2_HEADER | mHeader |
The common structure header – ALWAYS FIRST! More... | |
NTV2Channel | mChannel |
Stream channel. More... | |
ULWord | mFlags |
Action flags. More... | |
ULWord | mStatus |
Action status. More... | |
ULWord | mStreamState |
Stream state. More... | |
ULWord64 | mBufferCookie |
Active buffer user cookie. More... | |
LWord64 | mStartTime |
Stream start time. More... | |
LWord64 | mStopTime |
Stream stop time. More... | |
ULWord64 | mQueueCount |
Number of buffers queued. More... | |
ULWord64 | mReleaseCount |
Number of buffers released. More... | |
ULWord64 | mActiveCount |
Number of active transfers. More... | |
ULWord64 | mRepeatCount |
Number of repeated transfers. More... | |
ULWord64 | mIdleCount |
Number of idle transfers. More... | |
ULWord | mReserved [32] |
Reserved for future expansion. More... | |
NTV2_TRAILER | mTrailer |
The common structure trailer – ALWAYS LAST! More... | |
Definition at line 8669 of file ntv2publicinterface.h.
|
explicit |
Constructs a default NTV2StreamChannel struct.
Definition at line 2955 of file ntv2publicinterface.cpp.
|
inline |
Gets the queue depth.
Definition at line 8701 of file ntv2publicinterface.h.
|
inline |
Has the stream encountered an error.
Definition at line 8719 of file ntv2publicinterface.h.
|
inline |
|
inline |
|
inline |
Definition at line 8695 of file ntv2publicinterface.h.
ostream & NTV2StreamChannel::Print | ( | std::ostream & | inOutStream | ) | const |
Definition at line 2961 of file ntv2publicinterface.cpp.
ULWord64 NTV2StreamChannel::mActiveCount |
Number of active transfers.
Definition at line 8680 of file ntv2publicinterface.h.
ULWord64 NTV2StreamChannel::mBufferCookie |
Active buffer user cookie.
Definition at line 8675 of file ntv2publicinterface.h.
NTV2Channel NTV2StreamChannel::mChannel |
Stream channel.
Definition at line 8671 of file ntv2publicinterface.h.
ULWord NTV2StreamChannel::mFlags |
Action flags.
Definition at line 8672 of file ntv2publicinterface.h.
NTV2_HEADER NTV2StreamChannel::mHeader |
The common structure header – ALWAYS FIRST!
Definition at line 8670 of file ntv2publicinterface.h.
ULWord64 NTV2StreamChannel::mIdleCount |
Number of idle transfers.
Definition at line 8682 of file ntv2publicinterface.h.
ULWord64 NTV2StreamChannel::mQueueCount |
Number of buffers queued.
Definition at line 8678 of file ntv2publicinterface.h.
ULWord64 NTV2StreamChannel::mReleaseCount |
Number of buffers released.
Definition at line 8679 of file ntv2publicinterface.h.
ULWord64 NTV2StreamChannel::mRepeatCount |
Number of repeated transfers.
Definition at line 8681 of file ntv2publicinterface.h.
ULWord NTV2StreamChannel::mReserved[32] |
Reserved for future expansion.
Definition at line 8683 of file ntv2publicinterface.h.
LWord64 NTV2StreamChannel::mStartTime |
Stream start time.
Definition at line 8676 of file ntv2publicinterface.h.
ULWord NTV2StreamChannel::mStatus |
Action status.
Definition at line 8673 of file ntv2publicinterface.h.
LWord64 NTV2StreamChannel::mStopTime |
Stream stop time.
Definition at line 8677 of file ntv2publicinterface.h.
ULWord NTV2StreamChannel::mStreamState |
Stream state.
Definition at line 8674 of file ntv2publicinterface.h.
NTV2_TRAILER NTV2StreamChannel::mTrailer |
The common structure trailer – ALWAYS LAST!
Definition at line 8684 of file ntv2publicinterface.h.