public void RescaleTimebase(ref AVRational from, ref AVRational to) { Packet_RescaleTimebase(Handle, ref from, ref to, ref Properties); }
[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 IntPtr Frame_RescaleTimebase(IntPtr handle, ref AVRational from, ref AVRational to, ref FrameProperties frameProperties);