sipxmedialib
Version 3.3
|
#include <os/iostream>
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 short AudioSample |
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.