コード例 #1
0
ファイル: MMInterop.cs プロジェクト: thaolt/screenrecorder
 public static ICustomMarshaler GetInstance(string cookie)
 {
     if (marshaler == null)
     {
         marshaler = new WaveFormatExMarshaler();
     }
     return(marshaler);
 }
コード例 #2
0
ファイル: MMInterop.cs プロジェクト: bspkrs/screenrecorder
 public static ICustomMarshaler GetInstance(string cookie)
 {
     if (marshaler == null) {
        marshaler = new WaveFormatExMarshaler();
     }
     return marshaler;
 }