#ifndef DECKLINK_C_TYPES_H #define DECKLINK_C_TYPES_H typedef void cdecklink_timecode_t; typedef void cdecklink_display_mode_iterator_t; typedef void cdecklink_display_mode_t; typedef void cdecklink_device_t; typedef void cdecklink_configuration_t; typedef void cdecklink_encoder_configuration_t; typedef void cdecklink_deck_control_t; typedef void cdecklink_memory_allocator_t; typedef void cdecklink_iterator_t; typedef void cdecklink_api_information_t; typedef void cdecklink_output_t; typedef void cdecklink_input_t; typedef void cdecklink_encoder_input_t; typedef void cdecklink_video_frame_t; typedef void cdecklink_mutable_video_frame_t; typedef void cdecklink_video_frame3_d_extensions_t; typedef void cdecklink_video_frame_metadata_extensions_t; typedef void cdecklink_video_input_frame_t; typedef void cdecklink_video_frame_ancillary_t; typedef void cdecklink_encoder_packet_t; typedef void cdecklink_encoder_video_packet_t; typedef void cdecklink_encoder_audio_packet_t; typedef void cdecklink_h265nal_packet_t; typedef void cdecklink_audio_input_packet_t; typedef void cdecklink_gl_screen_preview_helper_t; typedef void cdecklink_notification_t; typedef void cdecklink_attributes_t; typedef void cdecklink_status_t; typedef void cdecklink_keyer_t; typedef void cdecklink_video_conversion_t; typedef void cdecklink_discovery_t; typedef void cdecklink_custom_video_frame_t; #endif // DECKLINK_C_TYPES_H