xine-lib 1.2.11
Data Structures | Macros | Functions
demux_aud.c File Reference
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <xine/xine_internal.h>
#include <xine/xineutils.h>
#include <xine/compat.h>
#include <xine/demux.h>
#include "bswap.h"
#include "group_audio.h"

Data Structures

struct  demux_aud_t
 

Macros

#define AUD_HEADER_SIZE   12
 
#define AUD_CHUNK_PREAMBLE_SIZE   8
 

Functions

static int open_aud_file (demux_aud_t *this)
 
static int demux_aud_send_chunk (demux_plugin_t *this_gen)
 
static void demux_aud_send_headers (demux_plugin_t *this_gen)
 
static int demux_aud_seek (demux_plugin_t *this_gen, off_t start_pos, int start_time, int playing)
 
static int demux_aud_get_status (demux_plugin_t *this_gen)
 
static int demux_aud_get_stream_length (demux_plugin_t *this_gen)
 
static uint32_t demux_aud_get_capabilities (demux_plugin_t *this_gen)
 
static int demux_aud_get_optional_data (demux_plugin_t *this_gen, void *data, int data_type)
 
static demux_plugin_topen_plugin (demux_class_t *class_gen, xine_stream_t *stream, input_plugin_t *input)
 
void * demux_aud_init_plugin (xine_t *xine, const void *data)
 

Macro Definition Documentation

◆ AUD_CHUNK_PREAMBLE_SIZE

#define AUD_CHUNK_PREAMBLE_SIZE   8

◆ AUD_HEADER_SIZE

#define AUD_HEADER_SIZE   12

Function Documentation

◆ demux_aud_get_capabilities()

static uint32_t demux_aud_get_capabilities ( demux_plugin_t this_gen)
static

References DEMUX_CAP_NOCAP.

Referenced by open_plugin().

◆ demux_aud_get_optional_data()

static int demux_aud_get_optional_data ( demux_plugin_t this_gen,
void *  data,
int  data_type 
)
static

References DEMUX_OPTIONAL_UNSUPPORTED.

Referenced by open_plugin().

◆ demux_aud_get_status()

static int demux_aud_get_status ( demux_plugin_t this_gen)
static

Referenced by open_plugin().

◆ demux_aud_get_stream_length()

static int demux_aud_get_stream_length ( demux_plugin_t this_gen)
static

Referenced by open_plugin().

◆ demux_aud_init_plugin()

void * demux_aud_init_plugin ( xine_t xine,
const void *  data 
)

◆ demux_aud_seek()

static int demux_aud_seek ( demux_plugin_t this_gen,
off_t  start_pos,
int  start_time,
int  playing 
)
static

References _x_demux_flush_engine(), and DEMUX_OK.

Referenced by open_plugin().

◆ demux_aud_send_chunk()

static int demux_aud_send_chunk ( demux_plugin_t this_gen)
static

◆ demux_aud_send_headers()

static void demux_aud_send_headers ( demux_plugin_t this_gen)
static

◆ open_aud_file()

static int open_aud_file ( demux_aud_t this)
static

◆ open_plugin()

static demux_plugin_t * open_plugin ( demux_class_t class_gen,
xine_stream_t stream,
input_plugin_t input 
)
static