[vlc] Missing libvlc_video_set_parent in libvlc.dll
Christopher Stott
christopherstott at gmail.com
Wed Oct 25 02:24:26 CEST 2006
This is using the VLC 0.8.5 for win32 release package.
I'm trying to initialise vlc in a small windows application, but the
function libvlc_video_set_parent is missing from libvlc.dll. Has this
api been removed? Do I need to build libvlc.dll with particular
options to add this functionality?
Regards,
Chris
I've included the output of dumpbin, grep'ed against libvlc
Dump of file libvlc.dll
Section contains the following exports for libvlc.dll
9324 246B 0008C980 libvlc_audio_get_mute
9325 246C 0008C940 libvlc_audio_get_volume
9326 246D 0008C930 libvlc_audio_set_mute
9327 246E 0008C9E0 libvlc_audio_set_volume
9328 246F 0008C910 libvlc_audio_toggle_mute
9329 2470 0008B3C0 libvlc_destroy
9330 2471 0008B240 libvlc_exception_clear
9331 2472 0008B290 libvlc_exception_get_message
9332 2473 0008B220 libvlc_exception_init
9333 2474 0008B2B0 libvlc_exception_raise
9334 2475 0008B280 libvlc_exception_raised
9335 2476 0008C750 libvlc_get_fullscreen
9336 2477 0008C470 libvlc_input_free
9337 2478 0008C490 libvlc_input_get_length
9338 2479 0008C5D0 libvlc_input_get_position
9339 247A 0008C530 libvlc_input_get_time
9340 247B 0008B2F0 libvlc_new
9341 247C 0008B730 libvlc_playlist_add
9342 247D 0008B6D0 libvlc_playlist_add_extended
9343 247E 0008B620 libvlc_playlist_clear
9344 247F 0008B880 libvlc_playlist_get_input
9345 2480 0008B790 libvlc_playlist_isplaying
9346 2481 0008B840 libvlc_playlist_items_count
9347 2482 0008B630 libvlc_playlist_next
9348 2483 0008B580 libvlc_playlist_pause
9349 2484 0008B430 libvlc_playlist_play
9350 2485 0008B680 libvlc_playlist_prev
9351 2486 0008B5D0 libvlc_playlist_stop
9352 2487 0008C650 libvlc_set_fullscreen
9353 2488 0008C810 libvlc_toggle_fullscreen
9354 2489 0008BE40 libvlc_vlm_add_broadcast
9355 248A 0008C2E0 libvlc_vlm_add_input
9356 248B 0008BBE0 libvlc_vlm_change_media
9357 248C 0008B990 libvlc_vlm_del_media
9358 248D 0008BA60 libvlc_vlm_set_enabled
9359 248E 0008C110 libvlc_vlm_set_input
9360 248F 0008BB20 libvlc_vlm_set_loop
9361 2490 0008BF60 libvlc_vlm_set_output
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list