avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Public Member Functions | List of all members
av::v1::AvDeleter Struct Reference

#include <avutils.h>

Public Member Functions

bool operator() (struct SwsContext *&swsContext)
 
bool operator() (struct AVCodecContext *&codecContext)
 
bool operator() (struct AVOutputFormat *&format)
 
bool operator() (struct AVFormatContext *&formatContext)
 
bool operator() (struct AVFrame *&frame)
 
bool operator() (struct AVPacket *&packet)
 
bool operator() (struct AVDictionary *&dictionary)
 
bool operator() (struct AVFilterInOut *&filterInOut)
 

Member Function Documentation

◆ operator()() [1/8]

bool av::v1::AvDeleter::operator() ( struct AVCodecContext *&  codecContext)

◆ operator()() [2/8]

bool av::v1::AvDeleter::operator() ( struct AVDictionary *&  dictionary)

◆ operator()() [3/8]

bool av::v1::AvDeleter::operator() ( struct AVFilterInOut *&  filterInOut)

◆ operator()() [4/8]

bool av::v1::AvDeleter::operator() ( struct AVFormatContext *&  formatContext)

◆ operator()() [5/8]

bool av::v1::AvDeleter::operator() ( struct AVFrame *&  frame)

◆ operator()() [6/8]

bool av::v1::AvDeleter::operator() ( struct AVOutputFormat *&  format)

◆ operator()() [7/8]

bool av::v1::AvDeleter::operator() ( struct AVPacket *&  packet)

◆ operator()() [8/8]

bool av::v1::AvDeleter::operator() ( struct SwsContext *&  swsContext)

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