CSharp_AkAudioFormat_IsChannelConfigSupported() private method

private CSharp_AkAudioFormat_IsChannelConfigSupported ( IntPtr jarg1 ) : bool
jarg1 IntPtr
return bool
Esempio n. 1
0
    public bool IsChannelConfigSupported()
    {
        bool ret = AkSoundEnginePINVOKE.CSharp_AkAudioFormat_IsChannelConfigSupported(swigCPtr);

        return(ret);
    }
 public bool IsChannelConfigSupported()
 {
     return(AkSoundEnginePINVOKE.CSharp_AkAudioFormat_IsChannelConfigSupported(this.swigCPtr));
 }