代码搜索:Audio

找到约 10,000 项符合「Audio」的源代码

代码结果 10,000
www.eeworm.com/read/334325/12611204

h dec_audio.h

// dec_audio.c: extern void afm_help(); //extern int init_best_audio_codec(sh_audio_t *sh_audio,char* audio_codec,char* audio_fm); extern int init_audio_codec(sh_audio_t *sh_audio); extern int init_a
www.eeworm.com/read/334325/12612157

c demux_audio.c

#include "config.h" #include "../mp_msg.h" #include #include #include "stream.h" #include "demuxer.h" #include "stheader.h" #include "genres.h" #include "mp3_hdr.h" #include
www.eeworm.com/read/334325/12612441

c audio_out.c

#include #include #include #include "config.h" #include "audio_out.h" #include "mp_msg.h" #include "help_mp.h" #include "mplayer.h" /* for exit_player() */ // there
www.eeworm.com/read/334325/12612452

h audio_out.h

#ifndef __AUDIO_OUT_H #define __AUDIO_OUT_H typedef struct ao_info_s { /* driver name ("Matrox Millennium G200/G400" */ const char *name; /* short name (for config strings) (
www.eeworm.com/read/334234/12616314

h audio_encoder.h

/* * audio_encoder.h */ /* Note: this file MUST be preceded by the following header file includes: */ //#include //#include //#include /
www.eeworm.com/read/334234/12616327

c audio_thread.c

/* Standard Linux headers */ #include // always include stdio.h #include // always include stdlib.h #include // defines open, read, write methods #include
www.eeworm.com/read/334234/12616338

h audio_thread.h

/* * audio_thread.h */ /* Success and failure definitions for the thread */ #define AUDIO_THREAD_SUCCESS ((void *) 0 ) #define AUDIO_THREAD_FAILURE ((void *) -1 ) /* Thread environment definition
www.eeworm.com/read/334234/12616346

c audio_encoder.c

/* * audio_encoder.c */ /* Standard Linux headers */ #include // always include stdio.h #include // always include stdlib.h #include // m
www.eeworm.com/read/334234/12616364

c audio_decoder.c

/* * audio_decoder.c */ /* Standard Linux headers */ #include // always include stdio.h #include // always include stdlib.h #include // m
www.eeworm.com/read/334234/12616366

h audio_decoder.h

/* * audio_decoder.h */ /* Note: this file MUST be preceded by the following header file includes: */ //#include //#include //#include /