nn::snd::CTR::Bcwav::FrameToByte Member Function
static u32 FrameToByte(
u8 encoding,
u32 frame
);
| Name | Description | |
|---|---|---|
| in | encoding | Compression format in the BCWAV file (WaveInfo::encoding). |
| in | frame | Number of samples. |
Calculates the number of bytes required to store the specified number of samples in the specified format.
CONFIDENTIAL