THPAudioInfo

C Specification

#include "THPSimple.h" (or "THPPlayer.h")
typedef struct
{
    u32 sndChannels;
    u32 sndFrequency;
    u32 sndNumSamples;
    u32 sndNumTracks;
} THPAudioInfo;

Description

This structure stores information about THP audio data.

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

The THPSimpleGetAudioInfo function sets the values in the THP simple player and the THPPlayerGetAudioInfo function sets the values in the THP player.

See Also

THPSimpleGetAudioInfo, THPPlayerGetAudioInfo

Revision History

2006/03/01 Initial version.


CONFIDENTIAL