public static extern int zego_express_media_player_set_player_canvas(IntPtr canvas, ZegoMediaPlayerInstanceIndex instance_index);
 public static extern int zego_express_media_player_enable_aux([System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.I1)] bool enable, ZegoMediaPlayerInstanceIndex instance_index);
 public static extern uint zego_express_media_player_get_total_duration(ZegoMediaPlayerInstanceIndex instance_index);
 public static extern uint zego_express_media_player_get_current_progress(ZegoMediaPlayerInstanceIndex instance_index);
 public static extern int zego_express_media_player_get_volume(ZegoMediaPlayerInstanceIndex instance_index);
 public static extern int zego_express_media_player_seek_to(ulong millisecond, ZegoMediaPlayerInstanceIndex instance_index);
 public static extern ZegoMediaPlayerState zego_express_media_player_get_current_state(ZegoMediaPlayerInstanceIndex instance_index);
 public static extern int zego_express_media_player_load_resource([System.Runtime.InteropServices.InAttribute()][System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(ZegoUtil.UTF8StringMarshaler))] string path, ZegoMediaPlayerInstanceIndex instance_index);
 public static extern int zego_express_destroy_media_player(ZegoMediaPlayerInstanceIndex instance_index);