FMOD_Studio_EventDescription_IsStream() private method

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