PonyPlayer
|
#include <frame.hpp>
Public 成员函数 | |
VideoFrameRef (AVFrame *frame, bool isValid, double pts) | |
VideoFrameRef () | |
VideoFrameRef (VideoFrameRef &&rhs) noexcept | |
VideoFrameRef (const VideoFrameRef &rhs) | |
VideoFrameRef & | operator= (VideoFrameRef &&rhs) noexcept |
VideoFrameRef & | operator= (const VideoFrameRef &rhs) noexcept |
~VideoFrameRef () | |
bool | operator== (const VideoFrameRef &frame) const |
bool | operator!= (const VideoFrameRef &frame) const |
bool | isValid () const |
double | getPTS () const |
std::byte * | getY () const |
std::byte * | getU () const |
std::byte * | getV () const |
int | getLineSize () const |
int | getWidth () const |
int | getHeight () const |
bool | isSameSize (const VideoFrameRef &frame) const |
bool | isSameSize (int width, int height) const |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |