|
| plm_audio_t * | fl::third_party::plm_audio_create_with_buffer (plm_buffer_t *buffer, int destroy_when_done) FL_NOEXCEPT |
| |
| plm_samples_t * | fl::third_party::plm_audio_decode (plm_audio_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_audio_destroy (plm_audio_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_audio_get_samplerate (plm_audio_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_audio_get_time (plm_audio_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_audio_has_ended (plm_audio_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_audio_has_header (plm_audio_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_audio_rewind (plm_audio_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_audio_set_time (plm_audio_t *self, double time) FL_NOEXCEPT |
| |
| plm_buffer_t * | fl::third_party::plm_buffer_create_for_appending (size_t initial_capacity) FL_NOEXCEPT |
| |
| plm_buffer_t * | fl::third_party::plm_buffer_create_with_callbacks (plm_buffer_load_callback load_callback, plm_buffer_seek_callback seek_callback, plm_buffer_tell_callback tell_callback, size_t length, void *user) FL_NOEXCEPT |
| |
| plm_buffer_t * | fl::third_party::plm_buffer_create_with_capacity (size_t capacity) FL_NOEXCEPT |
| |
| plm_buffer_t * | fl::third_party::plm_buffer_create_with_memory (uint8_t *bytes, size_t length, int free_when_done) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_destroy (plm_buffer_t *self) FL_NOEXCEPT |
| |
| size_t | fl::third_party::plm_buffer_get_remaining (plm_buffer_t *self) FL_NOEXCEPT |
| |
| size_t | fl::third_party::plm_buffer_get_size (plm_buffer_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_buffer_has_ended (plm_buffer_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_rewind (plm_buffer_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_set_load_callback (plm_buffer_t *self, plm_buffer_load_callback fp, void *user) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_buffer_signal_end (plm_buffer_t *self) FL_NOEXCEPT |
| |
| size_t | fl::third_party::plm_buffer_write (plm_buffer_t *self, uint8_t *bytes, size_t length) FL_NOEXCEPT |
| |
| plm_t * | fl::third_party::plm_create_with_buffer (plm_buffer_t *buffer, int destroy_when_done) FL_NOEXCEPT |
| |
| plm_t * | fl::third_party::plm_create_with_memory (uint8_t *bytes, size_t length, int free_when_done) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_decode (plm_t *self, double seconds) FL_NOEXCEPT |
| |
| plm_samples_t * | fl::third_party::plm_decode_audio (plm_t *self) FL_NOEXCEPT |
| |
| plm_frame_t * | fl::third_party::plm_decode_video (plm_t *self) FL_NOEXCEPT |
| |
| plm_demux_t * | fl::third_party::plm_demux_create (plm_buffer_t *buffer, int destroy_when_done) FL_NOEXCEPT |
| |
| plm_packet_t * | fl::third_party::plm_demux_decode (plm_demux_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_demux_destroy (plm_demux_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_demux_get_duration (plm_demux_t *self, int type) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_get_num_audio_streams (plm_demux_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_get_num_video_streams (plm_demux_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_demux_get_start_time (plm_demux_t *self, int type) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_has_ended (plm_demux_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_has_headers (plm_demux_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_demux_probe (plm_demux_t *self, size_t probesize) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_demux_rewind (plm_demux_t *self) FL_NOEXCEPT |
| |
| plm_packet_t * | fl::third_party::plm_demux_seek (plm_demux_t *self, double time, int type, int force_intra) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_destroy (plm_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_frame_to_abgr (plm_frame_t *frame, uint8_t *dest, int stride) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_frame_to_argb (plm_frame_t *frame, uint8_t *dest, int stride) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_frame_to_bgr (plm_frame_t *frame, uint8_t *dest, int stride) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_frame_to_bgra (plm_frame_t *frame, uint8_t *dest, int stride) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_frame_to_rgb (plm_frame_t *frame, uint8_t *dest, int stride) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_frame_to_rgba (plm_frame_t *frame, uint8_t *dest, int stride) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_audio_enabled (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_audio_lead_time (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_duration (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_framerate (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_height (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_loop (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_num_audio_streams (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_num_video_streams (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_pixel_aspect_ratio (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_samplerate (plm_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_get_time (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_video_enabled (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_get_width (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_has_ended (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_has_headers (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_probe (plm_t *self, size_t probesize) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_rewind (plm_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_seek (plm_t *self, double time, int seek_exact) FL_NOEXCEPT |
| |
| plm_frame_t * | fl::third_party::plm_seek_frame (plm_t *self, double time, int seek_exact) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_audio_decode_callback (plm_t *self, plm_audio_decode_callback fp, void *user) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_audio_enabled (plm_t *self, int enabled) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_audio_lead_time (plm_t *self, double lead_time) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_audio_stream (plm_t *self, int stream_index) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_loop (plm_t *self, int loop) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_video_decode_callback (plm_t *self, plm_video_decode_callback fp, void *user) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_set_video_enabled (plm_t *self, int enabled) FL_NOEXCEPT |
| |
| plm_video_t * | fl::third_party::plm_video_create_with_buffer (plm_buffer_t *buffer, int destroy_when_done) FL_NOEXCEPT |
| |
| plm_frame_t * | fl::third_party::plm_video_decode (plm_video_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_destroy (plm_video_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_video_get_framerate (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_get_height (plm_video_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_video_get_pixel_aspect_ratio (plm_video_t *self) FL_NOEXCEPT |
| |
| double | fl::third_party::plm_video_get_time (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_get_width (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_has_ended (plm_video_t *self) FL_NOEXCEPT |
| |
| int | fl::third_party::plm_video_has_header (plm_video_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_rewind (plm_video_t *self) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_set_no_delay (plm_video_t *self, int no_delay) FL_NOEXCEPT |
| |
| void | fl::third_party::plm_video_set_time (plm_video_t *self, double time) FL_NOEXCEPT |
| |