Ejemplo n.º 1
0
 public AudioFormat ToPacked()
 {
     return(new AudioFormat(SampleRate, ChannelLayout, SampleFormat.ToPacked()));
 }