sipxmedialib
Version 3.3
|
#include "mp/MpAudioFileUtils.h"
Functions | |
long | readIntMsb (istream &in, int size) |
Read int from Most Significant Bytes. More... | |
long | bytesToIntMsb (void *vBuff, int size) |
Most Significant Bytes: change bytes to int. More... | |
long | readIntLsb (istream &in, int size) |
Least Siginificant Bytes: read int. More... | |
long | bytesToIntLsb (void *vBuff, int size) |
Least significant byte: byte to int. More... | |
void | skipBytes (istream &in, int size) |
Skip one byte. More... | |
void | writeIntMsb (ostream &out, long l, int size) |
write int in Most Significant bytes More... | |
void | writeIntLsb (ostream &out, long l, int size) |
Write int in Least Significant bytes. More... | |
long readIntMsb | ( | istream & | in, |
int | size | ||
) |
Read int from Most Significant Bytes.
long bytesToIntMsb | ( | void * | vBuff, |
int | size | ||
) |
Most Significant Bytes: change bytes to int.
long readIntLsb | ( | istream & | in, |
int | size | ||
) |
Least Siginificant Bytes: read int.
long bytesToIntLsb | ( | void * | vBuff, |
int | size | ||
) |
Least significant byte: byte to int.
void skipBytes | ( | istream & | in, |
int | size | ||
) |
Skip one byte.
void writeIntMsb | ( | ostream & | out, |
long | l, | ||
int | size | ||
) |
write int in Most Significant bytes
void writeIntLsb | ( | ostream & | out, |
long | l, | ||
int | size | ||
) |
Write int in Least Significant bytes.