public static extern int DXSetVideoCodec(IntPtr Device, ref TDEVICE_TAG videoEncoder);
public static extern int DXSetAudioCodec(IntPtr Device, ref TDEVICE_TAG audioEncoder);
public static extern int DXSetAudioDevice(IntPtr Device, ref TDEVICE_TAG audioDevice);