示例#1
0
 /// <summary>
 ///     Gets the <see cref="Dsp" /> at the specified index.
 /// </summary>
 /// <value>
 ///     The <see cref="Dsp" />.
 /// </value>
 /// <param name="index">The index.</param>
 /// <returns>The <see cref="Dsp" /> at the specified index.</returns>
 public Dsp this[DspIndex index] => GetDsp((int)index);
示例#2
0
 private static extern Result FMOD_ChannelGroup_SetDSPIndex(IntPtr channel, IntPtr dsp, DspIndex index);