Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cFLVForm Class Reference

#include <cFLVFile.h>

Inheritance diagram for GrayLib::cFLVForm:
GrayLib::cFLVAudio GrayLib::cFLVVideo

Public Member Functions

 cFLVForm () noexcept
 
bool isValid () const noexcept
 
void put_Byte (BYTE bVal) noexcept
 
BYTE get_Byte () const noexcept
 

Static Public Attributes

static const BYTE k_INVALID = 0xFF
 

Protected Attributes

BYTE m_bVal
 

Detailed Description

wrapper for FLV Video or Audio Format byte. Base for cFLVVideo and cFLVAudio

Constructor & Destructor Documentation

◆ cFLVForm()

GrayLib::cFLVForm::cFLVForm ( )
inlinenoexcept

Member Function Documentation

◆ get_Byte()

BYTE GrayLib::cFLVForm::get_Byte ( ) const
inlinenoexcept

◆ isValid()

bool GrayLib::cFLVForm::isValid ( ) const
inlinenoexcept

◆ put_Byte()

void GrayLib::cFLVForm::put_Byte ( BYTE  bVal)
inlinenoexcept

Member Data Documentation

◆ k_INVALID

const BYTE GrayLib::cFLVForm::k_INVALID = 0xFF
static

◆ m_bVal

BYTE GrayLib::cFLVForm::m_bVal
protected

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