Esempio n. 1
0
 [DllImport(Core.DllName)] private static extern void Packet_InitFromBuffer3(IntPtr handle, ref byte buffer, int length, long pts, ref PacketProperties packetProperties);
Esempio n. 2
0
 [DllImport(Core.DllName)] private static extern void Packet_RescaleTimebase(IntPtr handle, ref AVRational from, ref AVRational to, ref PacketProperties packetProperties);
 [DllImport(Core.DllName)] private static extern ErrorCodes EncoderContext_Read(IntPtr handle, IntPtr packet, ref PacketProperties packetProperties);