![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cAVSink.h>
Public Member Functions | |
cAVHeaderFrame (AV_STREAM_TYPE bTypeId) noexcept | |
AV_STREAM_TYPE | get_Type () const noexcept |
bool | isAudio () const noexcept |
bool | isVideo () const noexcept |
bool | isKeyFrame () const noexcept |
Public Attributes | |
AV_STREAM_t | m_bTypeId |
AV_STREAM_TYPE | FLAG_KeyFrame = what frame type/channel/stream is this? More... | |
Static Public Attributes | |
static const BYTE | k_FLAG_KeyFrame = 0x80 |
This frame does not depend on previous frames. bitmask on AV_STREAM_TYPE. More... | |
Header for each frame in the stream/channel.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
static |
This frame does not depend on previous frames. bitmask on AV_STREAM_TYPE.
AV_STREAM_t GrayLib::cAVHeaderFrame::m_bTypeId |
AV_STREAM_TYPE | FLAG_KeyFrame = what frame type/channel/stream is this?