示例#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);