Example #1
0
 public override void EncodeToFile(System.IO.Stream input, string outFileName, Media.Codec.CodecData data)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public override System.IO.Stream Encode(System.IO.Stream input, Media.Codec.CodecData data)
 {
     throw new NotImplementedException();
 }