Esempio n. 1
0
 [DllImport("fccore")] public static extern Bool fcWaveAddAudioSamples(fcWaveContext ctx, float[] samples, int num_samples);
Esempio n. 2
0
 [DllImport("fccore")] public static extern Bool fcWaveAddAudioFrame(fcWaveContext ctx, float[] samples, int num_samples, double timestamp = -1.0);
Esempio n. 3
0
 [DllImport("fccore")] public static extern void fcWaveAddOutputStream(fcWaveContext ctx, fcStream stream);
Esempio n. 4
0
 [DllImport("fccore")] private static extern void fcWaveDestroyContext(fcWaveContext ctx);