THPAudioInfo

Syntax

#include "THPSimple.h" (or "THPPlayer.h")

typedef struct
{
    u32 sndChannels;
    u32 sndFrequency;
    u32 sndNumSamples;
    u32 sndNumTracks;
} THPAudioInfo;

Description

The THPAudioInfo structure stores information about THP audio data.

sndChannels, sndFrequency, sndNumSamples, and sndNumTracks respectively store the THP audio data channel count, the playback frequency, the total number of samples, and number of audio tracks.

The settings of the THPAudioInfo structure are made by the THPSimpleGetAudioInfo function for the THP simple player and by the THPPlayerGetAudioInfo function for the THP player.

See Also

THPSimpleGetAudioInfo, THPPlayerGetAudioInfo

Revision History

2006/03/01 Initial version.


CONFIDENTIAL