Collaboration diagram for ChannelHeaderTemplate< T >:
Public Member Functions | |
ChannelHeaderTemplate (Bitstream &bs) | |
int | Size () const |
void | Write (Bitstream &bs) |
int | DataSize () const |
int | Gain () const |
void | ChangeGain (int n) |
Definition at line 75 of file channelheader.h.
|
Sets a new volume (global gain)
Implements ChannelHeader. Definition at line 83 of file channelheader.h. |
|
Returns size of data in granule
Implements ChannelHeader. Definition at line 81 of file channelheader.h. |
|
Returns volume (global gain) of granule
Implements ChannelHeader. Definition at line 82 of file channelheader.h. |
|
Returns static size of header
Implements ChannelHeader. Definition at line 79 of file channelheader.h. |
|
Writes data bits to Bitstream
Implements ChannelHeader. Definition at line 80 of file channelheader.h. |