コード例 #1
0
 public static extern int ass_step_sub(ref ASS_Track track, int now, int movement);
コード例 #2
0
 public static extern void ass_flush_events(ref ASS_Track track);
コード例 #3
0
 public static extern int ass_read_styles(ref ASS_Track track, IntPtr fname, IntPtr codepage);
コード例 #4
0
 public static extern void ass_process_chunk(ref ASS_Track track, IntPtr data, int size, int timecode, int duration);
コード例 #5
0
 public static extern void ass_set_check_readorder(ref ASS_Track track, int check_readorder);
コード例 #6
0
 public static extern void ass_process_codec_private(ref ASS_Track track, IntPtr data, int size);
コード例 #7
0
 public static extern void ass_process_data(ref ASS_Track track, IntPtr data, int size);
コード例 #8
0
 public static extern void ass_free_event(ref ASS_Track track, int eid);
コード例 #9
0
 public static extern void ass_free_style(ref ASS_Track track, int sid);
コード例 #10
0
 public static extern void ass_process_force_style(ref ASS_Track track);