Gather
Initializes the gather library and loads all DLLs.
Contents:
- Initialization
- gather_init
- gather_format_count_get
- gather_format_name
- gather_format_save
- gather_format_load
- gather_format_image
- gather_format_audio
- gather_format_video
- File loading
- gather_session_file_read_create
- gather_session_destroy
- Time
- gather_session_duration_get
- gather_session_seek
- Image
- gather_session_image_stream_count_get
- gather_session_image_stream_active
- gather_session_image_stream_size
- gather_session_image_stream_frame_rate
- gather_session_image_stream_high_dynamic_range
- gather_session_image_stream_uint8_get
- gather_session_image_stream_float_get
- gather_session_image_stream_frame_advance
- gather_session_image_stream_frame_start
- Audio
- gather_session_audio_stream_count_get
- gather_session_audio_stream_active
- gather_session_audio_stream_high_dynamic_range
- gather_session_audio_stream_channel_count_get
- gather_session_audio_stream_channel_float_get
- gather_session_audio_stream_channel_int16_get
- gather_session_audio_stream_sample_rate_get
- gather_session_audio_stream_frame_advance
- gather_session_audio_stream_frame_start
- Defines