|
Discman
|
Contains resources that are shared by private helper functions. More...
Public Attributes | |
| AVFormatContext * | fmt_ctx |
| Format (file) context. | |
| AVStream * | st |
| Audio stream. | |
| AVStream * | sta |
| Video stream for album art. | |
| const AVCodec * | codec |
| The M4A codec. | |
| AVCodecContext * | c |
| The codec context. | |
| AVFrame * | frame |
| The unit of input to ffmpeg. | |
| AVPacket * | packet |
| The unit of output from ffmpeg. | |
| SwrContext * | swr_ctx |
| Context for resampling from int16_t to float. | |
Contains resources that are shared by private helper functions.
Definition at line 92 of file cd_ripper.h.
| AVCodecContext* CDRipper::RipContext::c |
The codec context.
Definition at line 97 of file cd_ripper.h.
| const AVCodec* CDRipper::RipContext::codec |
The M4A codec.
Definition at line 96 of file cd_ripper.h.
| AVFormatContext* CDRipper::RipContext::fmt_ctx |
Format (file) context.
Definition at line 93 of file cd_ripper.h.
| AVFrame* CDRipper::RipContext::frame |
The unit of input to ffmpeg.
Definition at line 98 of file cd_ripper.h.
| AVPacket* CDRipper::RipContext::packet |
The unit of output from ffmpeg.
Definition at line 99 of file cd_ripper.h.
| AVStream* CDRipper::RipContext::st |
Audio stream.
Definition at line 94 of file cd_ripper.h.
| AVStream* CDRipper::RipContext::sta |
Video stream for album art.
Definition at line 95 of file cd_ripper.h.
| SwrContext* CDRipper::RipContext::swr_ctx |
Context for resampling from int16_t to float.
Definition at line 100 of file cd_ripper.h.