Example #1
0
 /// <summary>
 /// Sets the maximum latency in milliseconds that is needed by the target platform to play back prebuffered sounddata.
 /// </summary>
 /// <seealso cref="SetMaximumLatencyNeededByPlatformToBufferSounddata"/>
 /// <param name="latencyInMilliseconds">the buffering latency in milliseconds</param>
 /// <returns>PsaiResult.OK if successful</returns>
 public PsaiResult SetMaximumLatencyNeededByPlatformToPlayBackBufferedSounddata(int latencyInMilliseconds)
 {
     return(m_logik.SetMaximumLatencyNeededByPlatformToPlayBackBufferedSounds(latencyInMilliseconds));
 }