deimos.vorbis.codec

Undocumented in source.

Members

Functions

vorbis_analysis
int vorbis_analysis(vorbis_block* vb, ogg_packet* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_analysis_blockout
int vorbis_analysis_blockout(vorbis_dsp_state* v, vorbis_block* vb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_analysis_buffer
float** vorbis_analysis_buffer(vorbis_dsp_state* v, int vals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_analysis_headerout
int vorbis_analysis_headerout(vorbis_dsp_state* v, vorbis_comment* vc, ogg_packet* op, ogg_packet* op_comm, ogg_packet* op_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_analysis_init
int vorbis_analysis_init(vorbis_dsp_state* v, vorbis_info* vi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_analysis_wrote
int vorbis_analysis_wrote(vorbis_dsp_state* v, int vals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_bitrate_addblock
int vorbis_bitrate_addblock(vorbis_block* vb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_bitrate_flushpacket
int vorbis_bitrate_flushpacket(vorbis_dsp_state* vd, ogg_packet* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_block_clear
int vorbis_block_clear(vorbis_block* vb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_block_init
int vorbis_block_init(vorbis_dsp_state* v, vorbis_block* vb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_comment_add
void vorbis_comment_add(vorbis_comment* vc, const(char)* comment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_comment_add_tag
void vorbis_comment_add_tag(vorbis_comment* vc, const(char)* tag, const(char)* contents)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_comment_clear
void vorbis_comment_clear(vorbis_comment* vc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_comment_init
void vorbis_comment_init(vorbis_comment* vc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_comment_query
char* vorbis_comment_query(vorbis_comment* vc, const(char)* tag, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_comment_query_count
int vorbis_comment_query_count(vorbis_comment* vc, const(char)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_commentheader_out
int vorbis_commentheader_out(vorbis_comment* vc, ogg_packet* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_dsp_clear
void vorbis_dsp_clear(vorbis_dsp_state* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_granule_time
double vorbis_granule_time(vorbis_dsp_state* v, ogg_int64_t granulepos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_info_blocksize
int vorbis_info_blocksize(vorbis_info* vi, int zo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_info_clear
void vorbis_info_clear(vorbis_info* vi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_info_init
void vorbis_info_init(vorbis_info* vi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_packet_blocksize
c_long vorbis_packet_blocksize(vorbis_info* vi, ogg_packet* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis
int vorbis_synthesis(vorbis_block* vb, ogg_packet* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_blockin
int vorbis_synthesis_blockin(vorbis_dsp_state* v, vorbis_block* vb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_halfrate
int vorbis_synthesis_halfrate(vorbis_info* v, int flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_halfrate_p
int vorbis_synthesis_halfrate_p(vorbis_info* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_headerin
int vorbis_synthesis_headerin(vorbis_info* vi, vorbis_comment* vc, ogg_packet* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_idheader
int vorbis_synthesis_idheader(ogg_packet* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_init
int vorbis_synthesis_init(vorbis_dsp_state* v, vorbis_info* vi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_lapout
int vorbis_synthesis_lapout(vorbis_dsp_state* v, float*** pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_pcmout
int vorbis_synthesis_pcmout(vorbis_dsp_state* v, float*** pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_read
int vorbis_synthesis_read(vorbis_dsp_state* v, int samples)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_restart
int vorbis_synthesis_restart(vorbis_dsp_state* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_synthesis_trackonly
int vorbis_synthesis_trackonly(vorbis_block* vb, ogg_packet* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_version_string
const(char)* vorbis_version_string()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

alloc_chain
struct alloc_chain
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_block
struct vorbis_block
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_comment
struct vorbis_comment
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_dsp_state
struct vorbis_dsp_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vorbis_info
struct vorbis_info
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta