const int * samples
current samples per frame, pointer to samples_per_frame
const int * samples_per_frame
must be 0-terminated
unsigned fifo_size
size of currently allocated FIFO
AVRational time_base
time base of output audio packets
int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush, int(*get_packet)(AVFormatContext *, AVPacket *, AVPacket *, int), int(*compare_ts)(AVFormatContext *, AVPacket *, AVPacket *))
Rechunk audio PCM packets per AudioInterleaveContext->samples_per_frame and interleave them correctly...
int sample_size
size of one sample all channels included
static int get_packet(URLContext *s, int for_header)
Interact with the server by receiving and sending RTMP packets until there is some significant data (...