Example #1
0
 /// <summary>
 /// Commits all channel-matrix-changes.
 /// </summary>
 public void CommitChannelMatrixChanges()
 {
     using (Resampler.MediaObject.Lock())
     {
         Resampler.MediaObject.SetOutputType(0, Resampler.MediaObject.GetOutputCurrentType(0), SetTypeFlags.None);
         Resampler.ResamplerProps.SetUserChannelMtx(_channelMatrix.GetOneDimensionalMatrix());
     }
 }
 /// <summary>
 /// Commits all channel-matrix-changes.
 /// </summary>
 public void CommitChannelMatrixChanges()
 {
     Resampler.ResamplerProps.SetUserChannelMtx(_channelMatrix.GetOneDimensionalMatrix());
 }