public VideoDecoder(OGGStream stream, MediaKitProcessor.OGVControl control)
 {
     this.control_   = control;
     this.oggStream_ = stream;
     this.oggStream_.RefCount++;
     this.control_.Initializing = true;
 }
Example #2
0
 public AudioDecoder(OGGStream stream, MediaKitProcessor.OGVControl control)
 {
     this.control_   = control;
     this.oggStream_ = stream;
     this.oggStream_.RefCount++;
 }