-
Notifications
You must be signed in to change notification settings - Fork 2
/
libbluray.def
71 lines (67 loc) · 2.05 KB
/
libbluray.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
; libbluray.def ; declares the exports
LIBRARY "libbluray.dll"
EXPORTS
; bluray.h
bd_get_version
bd_get_titles
bd_get_title_info
bd_get_playlist_info
bd_free_title_info
bd_open
bd_close
bd_seek
bd_seek_time
bd_find_seek_point
bd_read
bd_read_skip_still
bd_seek_chapter
bd_chapter_pos
bd_get_current_chapter
bd_seek_mark
bd_seek_playitem
bd_select_playlist
bd_select_title
bd_select_angle
bd_seamless_angle_change
bd_get_title_size
bd_get_current_title
bd_get_current_angle
bd_tell
bd_tell_time
bd_get_disc_info
bd_set_player_setting
bd_set_player_setting_str
bd_start_bdj
bd_stop_bdj
bd_get_event
bd_play
bd_read_ext
bd_play_title
bd_menu_call
bd_register_overlay_proc
bd_register_argb_overlay_proc
bd_set_scr
bd_user_input
bd_mouse_select
bd_get_sound_effect
bd_get_meta
bd_get_clpi
bd_read_clpi
bd_free_clpi
bd_read_mpls
bd_free_mpls
bd_read_mobj
bd_free_mobj
bd_get_clip_infos
bd_select_stream
bd_get_title_mpls
bd_set_rate
; additional functions
bd_set_debug_handler
bd_set_debug_mask
bd_get_debug_mask
clpi_parse
clpi_free
; overlay.h
bd_refcnt_inc
bd_refcnt_dec