Пример #1
0
 internal OpusDecoder(IntPtr decoder, Opus managedOpus)
 {
     this.Decoder = decoder;
     this.Opus    = managedOpus;
 }
Пример #2
0
 // Token: 0x06000172 RID: 370 RVA: 0x00004BFE File Offset: 0x00002DFE
 internal OpusDecoder(Opus managedOpus)
 {
     this.Opus = managedOpus;
 }