![]() |
Miam-Player
0.8.0
A nice music player
|
Go to the source code of this file.
Classes | |
| class | QtAV::VideoDecoder |
Namespaces | |
| QtAV | |
| AudioOutput ao; ao.setAudioFormat(fmt); ao.open(); while (has_data) { data = read_data(ao->bufferSize()); ao->play(data, pts); } ao->close(); See QtAV/tests/ao/main.cpp for detail. | |
Typedefs | |
| typedef int | QtAV::VideoDecoderId |
Variables | |
| Q_AV_EXPORT VideoDecoderId | QtAV::VideoDecoderId_FFmpeg |
| Q_AV_EXPORT VideoDecoderId | QtAV::VideoDecoderId_CUDA |
| Q_AV_EXPORT VideoDecoderId | QtAV::VideoDecoderId_DXVA |
| Q_AV_EXPORT VideoDecoderId | QtAV::VideoDecoderId_D3D11 |
| Q_AV_EXPORT VideoDecoderId | QtAV::VideoDecoderId_VAAPI |
| Q_AV_EXPORT VideoDecoderId | QtAV::VideoDecoderId_Cedarv |
| Q_AV_EXPORT VideoDecoderId | QtAV::VideoDecoderId_VDA |
| Q_AV_EXPORT VideoDecoderId | QtAV::VideoDecoderId_VideoToolbox |
| Q_AV_EXPORT VideoDecoderId | QtAV::VideoDecoderId_MediaCodec |