Pulsar
3d3a057
|
Stream information. More...
#include <bfstm_info.h>
Data Fields | |
PLSR_BFSTMFormat | format |
Sample format. | |
bool | looping |
true if the file contains a looping section | |
u32 | sampleRate |
Sample rate. | |
u32 | loopStartSample |
Sample index where the loop starts (if looping is true ) | |
u32 | sampleCount |
Sample count. | |
u32 | dataOffset |
Offset to first channel sample data relative to the start of the file (see plsrArchiveReadAt() to read) | |
u32 | blockCount |
Block count. | |
u32 | blockSize |
u32 | blockSampleCount |
Size of one block. | |
u32 | lastBlockSize |
Sample count in one block. | |
u32 | lastBlockSampleCount |
Size of the last block. | |
u32 | lastBlockSizeWithPadding |
Sample count of the last block. | |
Stream information.