heapvlc
API documentation
heapvlc
C
HeapVideo
bitmap
loop
onEndReached
onFormatSetup
onPlaying
onError
fitWidth
fitHeight
playing
duration
position
time
volume
muted
rate
audioTrackCount
audioTrack
subtitleTrackCount
subtitleTrack
new
load
play
getLog
pause
resume
stop
destroy
C
LibVLC
global_init
global_shutdown
get_error
get_log
open
play
set_pause
stop
is_playing
has_ended
has_error
take_playing
get_size
has_frame
get_frame
get_length
get_time
set_time
get_position
set_position
get_volume
set_volume
set_mute
get_rate
set_rate
get_audio_track_count
get_audio_track
set_audio_track
get_subtitle_track_count
get_subtitle_track
set_subtitle_track
close
heapvlc.macro
C
Checks
run
heapvlc
3 types
Checks
HeapVideo
Plays video through libVLC, decoding frames into a dynamic heaps texture shown via `bitmap`.
LibVLC
Raw `@:hlNative` bindings to `vlc.hdll` (native/vlc.c), which wraps libVLC (https://wiki.videolan.org/LibVLC).