sipxmedialib  Version 3.3
Typedefs | Functions
MpAudioFileUtils.h File Reference
#include <os/iostream>
Include dependency graph for MpAudioFileUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef short AudioSample
 

Functions

long readIntMsb (istream &in, int bytes)
 Read int from Most Significant Bytes. More...
 
long bytesToIntMsb (void *buff, int bytes)
 Most Significant Bytes: change bytes to int. More...
 
long readIntLsb (istream &in, int bytes)
 Least Siginificant Bytes: read int. More...
 
long bytesToIntLsb (void *buff, int bytes)
 Least significant byte: byte to int. More...
 
void skipBytes (istream &in, int bytes)
 Skip one byte. More...
 
void writeIntMsb (ostream &out, long l, int bytes)
 write int in Most Significant bytes More...
 
void writeIntLsb (ostream &out, long l, int bytes)
 Write int in Least Significant bytes. More...
 

Typedef Documentation

typedef short AudioSample

Function Documentation

long readIntMsb ( istream &  in,
int  bytes 
)

Read int from Most Significant Bytes.

long bytesToIntMsb ( void *  buff,
int  bytes 
)

Most Significant Bytes: change bytes to int.

long readIntLsb ( istream &  in,
int  bytes 
)

Least Siginificant Bytes: read int.

long bytesToIntLsb ( void *  buff,
int  bytes 
)

Least significant byte: byte to int.

void skipBytes ( istream &  in,
int  bytes 
)

Skip one byte.

void writeIntMsb ( ostream &  out,
long  l,
int  bytes 
)

write int in Most Significant bytes

void writeIntLsb ( ostream &  out,
long  l,
int  bytes 
)

Write int in Least Significant bytes.