예제 #1
0
 public static extern int InitialiseDecoderJob(ref DecoderJob jobSpec, string Filepath);
예제 #2
0
 public static extern void CloseDecoderJob(ref DecoderJob jobSpec);
예제 #3
0
 public static extern int DecodeFrame(ref DecoderJob jobSpec, ref MediaFrame frame);