pub type VBVMR_T_AUDIOINFO = tagVBVMR_AUDIOINFO;
Expand description

@name VB-Audio Callback Functions @{

Aliased Type§

struct VBVMR_T_AUDIOINFO {
    pub samplerate: i32,
    pub nbSamplePerFrame: i32,
}

Fields§

§samplerate: i32§nbSamplePerFrame: i32