mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
what's up doc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@280 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -42,12 +42,19 @@ extern "C" {
|
||||
|
||||
#include <switch.h>
|
||||
|
||||
/*! \brief An abstraction of a data frame */
|
||||
struct switch_frame {
|
||||
/*! a pointer to the codec information */
|
||||
switch_codec *codec;
|
||||
/*! the frame data */
|
||||
void *data;
|
||||
/*! the size of the buffer that is in use */
|
||||
size_t datalen;
|
||||
/*! the entire size of the buffer */
|
||||
size_t buflen;
|
||||
/*! the number of audio samples present (audio only) */
|
||||
int samples;
|
||||
/*! the rate of the frame */
|
||||
int rate;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user