Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ogg_vorbis_desc Struct Reference

Data Fields

int eos
 Indicates whether an End of Stream condition has been detected. More...
 
ogg_page og
 
ogg_packet op
 
ogg_stream_state os
 
OggVorbis_File ov_f
 
vorbis_block vb
 
vorbis_comment vc
 
vorbis_dsp_state vd
 
vorbis_info vi
 
int writing
 Indicates whether this filestream is set up for reading or writing. More...
 
off_t writing_pcm_pos
 Stores the current pcm position to support tell() on writing mode. More...
 

Detailed Description

Definition at line 58 of file format_ogg_vorbis.c.

Field Documentation

◆ eos

int eos

Indicates whether an End of Stream condition has been detected.

Definition at line 80 of file format_ogg_vorbis.c.

Referenced by ogg_vorbis_rewrite(), and write_stream().

◆ og

ogg_page og

Definition at line 64 of file format_ogg_vorbis.c.

Referenced by ogg_vorbis_rewrite(), and write_stream().

◆ op

ogg_packet op

Definition at line 65 of file format_ogg_vorbis.c.

Referenced by write_stream().

◆ os

ogg_stream_state os

Definition at line 63 of file format_ogg_vorbis.c.

Referenced by ogg_vorbis_close(), ogg_vorbis_rewrite(), and write_stream().

◆ ov_f

OggVorbis_File ov_f

◆ vb

vorbis_block vb

Definition at line 71 of file format_ogg_vorbis.c.

Referenced by ogg_vorbis_close(), ogg_vorbis_rewrite(), and write_stream().

◆ vc

vorbis_comment vc

Definition at line 69 of file format_ogg_vorbis.c.

Referenced by ogg_vorbis_close(), and ogg_vorbis_rewrite().

◆ vd

vorbis_dsp_state vd

◆ vi

vorbis_info vi

Definition at line 68 of file format_ogg_vorbis.c.

Referenced by ogg_vorbis_close(), and ogg_vorbis_rewrite().

◆ writing

int writing

Indicates whether this filestream is set up for reading or writing.

Definition at line 74 of file format_ogg_vorbis.c.

Referenced by ogg_vorbis_close(), ogg_vorbis_open(), ogg_vorbis_read(), ogg_vorbis_rewrite(), ogg_vorbis_seek(), ogg_vorbis_tell(), and ogg_vorbis_write().

◆ writing_pcm_pos

off_t writing_pcm_pos

Stores the current pcm position to support tell() on writing mode.

Definition at line 77 of file format_ogg_vorbis.c.

Referenced by ogg_vorbis_rewrite(), ogg_vorbis_tell(), and ogg_vorbis_write().


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