Exemple #1
0
 internal void __MarshalTo(ref WaveFormatExtensible.__Native @ref)
 {
     base.__MarshalTo(ref @ref.waveFormat);
     @ref.wValidBitsPerSample = this.wValidBitsPerSample;
     @ref.dwChannelMask       = this.ChannelMask;
     @ref.subFormat           = this.GuidSubFormat;
 }
Exemple #2
0
 internal static WaveFormatExtensible.__Native __NewNative()
 {
     WaveFormatExtensible.__Native result = default(WaveFormatExtensible.__Native);
     result.waveFormat.extraSize = 22;
     return(result);
 }