Discman
Loading...
Searching...
No Matches
CDRipper::RipContext Struct Reference

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.
 

Detailed Description

Contains resources that are shared by private helper functions.

Definition at line 92 of file cd_ripper.h.

Member Data Documentation

◆ c

AVCodecContext* CDRipper::RipContext::c

The codec context.

Definition at line 97 of file cd_ripper.h.

◆ codec

const AVCodec* CDRipper::RipContext::codec

The M4A codec.

Definition at line 96 of file cd_ripper.h.

◆ fmt_ctx

AVFormatContext* CDRipper::RipContext::fmt_ctx

Format (file) context.

Definition at line 93 of file cd_ripper.h.

◆ frame

AVFrame* CDRipper::RipContext::frame

The unit of input to ffmpeg.

Definition at line 98 of file cd_ripper.h.

◆ packet

AVPacket* CDRipper::RipContext::packet

The unit of output from ffmpeg.

Definition at line 99 of file cd_ripper.h.

◆ st

AVStream* CDRipper::RipContext::st

Audio stream.

Definition at line 94 of file cd_ripper.h.

◆ sta

AVStream* CDRipper::RipContext::sta

Video stream for album art.

Definition at line 95 of file cd_ripper.h.

◆ swr_ctx

SwrContext* CDRipper::RipContext::swr_ctx

Context for resampling from int16_t to float.

Definition at line 100 of file cd_ripper.h.


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