FMOD_Studio_EventDescription_IsStream() private méthode

private FMOD_Studio_EventDescription_IsStream ( IntPtr eventdescription, bool &isStream ) : RESULT
eventdescription System.IntPtr
isStream bool
Résultat RESULT
 public RESULT isStream(out bool isStream)
 {
     return(EventDescription.FMOD_Studio_EventDescription_IsStream(this.rawPtr, out isStream));
 }