ZegoLiveRoom
Public Member Functions | Public Attributes | List of all members
AVE::VideoDataFormat Struct Reference

#include <video_format.h>

Public Member Functions

 VideoDataFormat ()
 
 VideoDataFormat (int width, int height, VideoPixelFormat pixel_format)
 
bool operator== (const VideoDataFormat &other)
 
bool operator!= (const VideoDataFormat &other)
 

Public Attributes

int width
 
int height
 
int strides [4]
 
int rotation
 
VideoPixelFormat pixel_format
 

Constructor & Destructor Documentation

◆ VideoDataFormat() [1/2]

AVE::VideoDataFormat::VideoDataFormat ( )
inline

◆ VideoDataFormat() [2/2]

AVE::VideoDataFormat::VideoDataFormat ( int  width,
int  height,
VideoPixelFormat  pixel_format 
)
inline

Member Function Documentation

◆ operator!=()

bool AVE::VideoDataFormat::operator!= ( const VideoDataFormat other)
inline

◆ operator==()

bool AVE::VideoDataFormat::operator== ( const VideoDataFormat other)
inline

Member Data Documentation

◆ height

int AVE::VideoDataFormat::height

◆ pixel_format

VideoPixelFormat AVE::VideoDataFormat::pixel_format

◆ rotation

int AVE::VideoDataFormat::rotation

◆ strides

int AVE::VideoDataFormat::strides[4]

◆ width

int AVE::VideoDataFormat::width

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