Пример #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);