Ejemplo n.º 1
0
 /// <summary>
 /// Gets the result string for a MLResult.Code.
 /// </summary>
 /// <param name="result">The MLResult.Code to be requested.</param>
 /// <returns>A pointer to the result string.</returns>
 internal static IntPtr GetResultString(MLResult.Code result)
 {
     return(NativeBindings.MLAudioGetResultString(result));
 }