CRI ADX  Last Updated: 2024-07-17 10:47 p
CriAtomExFormatInfoTag Struct Reference

Audio data format information. More...

#include <cri_le_atom_ex.h>

Data Fields

CriAtomExFormat format
 
CriSint32 sampling_rate
 
CriSint64 num_samples
 
CriSint64 loop_offset
 
CriSint64 loop_length
 
CriSint32 num_channels
 
CriUint32 reserved [1]
 

Detailed Description

Audio data format information.

Description:
Information on the audio data format.
Remarks:
It is possible to get detailed information about the format of the audio data loaded in memory by executing the criAtomEx_AnalyzeAudioHeader function.
The format of audio data being played back can be acquired by using the criAtomExPlayback_GetFormatInfo function.
See also
criAtomEx_AnalyzeAudioHeader, criAtomExPlayback_GetFormatInfo

Field Documentation

◆ format

Format type

◆ sampling_rate

CriSint32 sampling_rate

Sampling frequency

◆ num_samples

CriSint64 num_samples

Total number of samples

◆ loop_offset

CriSint64 loop_offset

Loop start sample

◆ loop_length

CriSint64 loop_length

Number of samples in the loop

◆ num_channels

CriSint32 num_channels

Number of channels

◆ reserved

CriUint32 reserved[1]

Reserved area


The documentation for this struct was generated from the following file: