Mario Kart 64
Loading...
Searching...
No Matches
ma_sound_config Struct Reference

#include <miniaudio.h>

Collaboration diagram for ma_sound_config:
[legend]

Data Fields

const char * pFilePath
 
const wchar_t * pFilePathW
 
ma_data_sourcepDataSource
 
ma_nodepInitialAttachment
 
ma_uint32 initialAttachmentInputBusIndex
 
ma_uint32 channelsIn
 
ma_uint32 channelsOut
 
ma_mono_expansion_mode monoExpansionMode
 
ma_uint32 flags
 
ma_uint32 volumeSmoothTimeInPCMFrames
 
ma_uint64 initialSeekPointInPCMFrames
 
ma_uint64 rangeBegInPCMFrames
 
ma_uint64 rangeEndInPCMFrames
 
ma_uint64 loopPointBegInPCMFrames
 
ma_uint64 loopPointEndInPCMFrames
 
ma_sound_end_proc endCallback
 
void * pEndCallbackUserData
 
ma_resource_manager_pipeline_notifications initNotifications
 
ma_fencepDoneFence
 
ma_bool32 isLooping
 

Field Documentation

◆ channelsIn

ma_uint32 ma_sound_config::channelsIn

◆ channelsOut

ma_uint32 ma_sound_config::channelsOut

◆ endCallback

ma_sound_end_proc ma_sound_config::endCallback

◆ flags

ma_uint32 ma_sound_config::flags

◆ initialAttachmentInputBusIndex

ma_uint32 ma_sound_config::initialAttachmentInputBusIndex

◆ initialSeekPointInPCMFrames

ma_uint64 ma_sound_config::initialSeekPointInPCMFrames

◆ initNotifications

ma_resource_manager_pipeline_notifications ma_sound_config::initNotifications

◆ isLooping

ma_bool32 ma_sound_config::isLooping

◆ loopPointBegInPCMFrames

ma_uint64 ma_sound_config::loopPointBegInPCMFrames

◆ loopPointEndInPCMFrames

ma_uint64 ma_sound_config::loopPointEndInPCMFrames

◆ monoExpansionMode

ma_mono_expansion_mode ma_sound_config::monoExpansionMode

◆ pDataSource

ma_data_source* ma_sound_config::pDataSource

◆ pDoneFence

ma_fence* ma_sound_config::pDoneFence

◆ pEndCallbackUserData

void* ma_sound_config::pEndCallbackUserData

◆ pFilePath

const char* ma_sound_config::pFilePath

◆ pFilePathW

const wchar_t* ma_sound_config::pFilePathW

◆ pInitialAttachment

ma_node* ma_sound_config::pInitialAttachment

◆ rangeBegInPCMFrames

ma_uint64 ma_sound_config::rangeBegInPCMFrames

◆ rangeEndInPCMFrames

ma_uint64 ma_sound_config::rangeEndInPCMFrames

◆ volumeSmoothTimeInPCMFrames

ma_uint32 ma_sound_config::volumeSmoothTimeInPCMFrames

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