![]() |
Miam-Player
0.8.0
A nice music player
|
#include <AVEncoder_p.h>
Public Member Functions | |
| VideoEncoderPrivate () | |
| virtual | ~VideoEncoderPrivate () |
Public Member Functions inherited from QtAV::AVEncoderPrivate | |
| AVEncoderPrivate () | |
| virtual | ~AVEncoderPrivate () |
| virtual bool | open () |
| virtual bool | close () |
| void | applyOptionsForDict () |
| void | applyOptionsForContext () |
Public Member Functions inherited from DPtrPrivate< AVEncoder > | |
| virtual | ~DPtrPrivate () |
| void | DPTR_setPublic (AVEncoder *pub) |
Public Attributes | |
| int | width |
| int | height |
| qreal | frame_rate |
| VideoFormat::PixelFormat | format_used |
| VideoFormat | format |
Public Attributes inherited from QtAV::AVEncoderPrivate | |
| AVCodecContext * | avctx |
| bool | is_open |
| int | bit_rate |
| int | timestamp_mode |
| QString | codec_name |
| QVariantHash | options |
| AVDictionary * | dict |
| Packet | packet |
Additional Inherited Members | |
Protected Member Functions inherited from DPtrPrivate< AVEncoder > | |
| AVEncoder & | dptr_p () |
| const AVEncoder & | dptr_p () const |
| AVEncoder * | dptr_ptr () |
| const AVEncoder * | dptr_ptr () const |
|
inline |
|
inlinevirtual |
| VideoFormat QtAV::VideoEncoderPrivate::format |
| VideoFormat::PixelFormat QtAV::VideoEncoderPrivate::format_used |
| qreal QtAV::VideoEncoderPrivate::frame_rate |
| int QtAV::VideoEncoderPrivate::height |
| int QtAV::VideoEncoderPrivate::width |