示例#1
0
文件: fcAPI.cs 项目: ubisoft/vrtist
 [DllImport("fccore")] public static extern Bool fcOggAddAudioSamples(fcOggContext ctx, float[] samples, int num_samples);
示例#2
0
 [DllImport("fccore")] public static extern Bool fcOggAddAudioFrame(fcOggContext ctx, float[] samples, int num_samples, double timestamp = -1.0);
示例#3
0
文件: fcAPI.cs 项目: ubisoft/vrtist
 [DllImport("fccore")] public static extern void fcOggAddOutputStream(fcOggContext ctx, fcStream stream);
示例#4
0
 [DllImport("fccore")] private static extern void fcOggDestroyContext(fcOggContext ctx);