示例#1
0
 // function vpx_codec_enc_init_multi_ver line:824, column:19
 [DllImport(LibraryName)] internal static extern vpx_codec_err_t vpx_codec_enc_init_multi_ver(Pointer <vpx_codec_ctx_t> ctx, vpx_codec_iface_ptr iface, vpx_codec_enc_cfg_ptr cfg, int num_enc, vpx_codec_flags_t flags, Pointer <vpx_rational_t> dsf, int ver);
示例#2
0
 // function vpx_codec_enc_init_ver line:789, column:19
 [DllImport(LibraryName)] internal static extern vpx_codec_err_t vpx_codec_enc_init_ver(out vpx_codec_ctx_t ctx, vpx_codec_iface_ptr iface, Pointer <vpx_codec_enc_cfg_t> cfg, vpx_codec_flags_t flags, int ver);