Asterisk - The Open Source Telephony Project GIT-master-1f1c5bb
Data Fields
speex_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
 
ogg_sync_state oy
 
int serialno
 

Detailed Description

Definition at line 42 of file format_ogg_speex.c.

Field Documentation

◆ eos

int eos

Indicates whether an End of Stream condition has been detected.

Definition at line 52 of file format_ogg_speex.c.

Referenced by read_packet().

◆ og

ogg_page og

Definition at line 46 of file format_ogg_speex.c.

Referenced by ogg_speex_open(), and read_packet().

◆ op

ogg_packet op

Definition at line 47 of file format_ogg_speex.c.

Referenced by ogg_speex_open(), ogg_speex_read(), and read_packet().

◆ os

ogg_stream_state os

Definition at line 45 of file format_ogg_speex.c.

Referenced by ogg_speex_close(), ogg_speex_open(), and read_packet().

◆ oy

ogg_sync_state oy

Definition at line 44 of file format_ogg_speex.c.

Referenced by ogg_speex_close(), ogg_speex_open(), and read_packet().

◆ serialno

int serialno

Definition at line 49 of file format_ogg_speex.c.

Referenced by ogg_speex_open(), and read_packet().


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