C# Класс VATRP.LinphoneWrapper.LinphoneAPI

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
LINPHONE_CALL_STATS_AUDIO int
LINPHONE_CALL_STATS_TEXT int
LINPHONE_CALL_STATS_VIDEO int

Открытые методы

Метод Описание
PtrToStringUtf8 ( IntPtr ptr ) : string
linphone_core_get_version_asString ( ) : string

Приватные методы

Метод Описание
libmsopenh264_init ( IntPtr f ) : void
linphone_address_as_string ( IntPtr u ) : IntPtr
linphone_address_as_string_uri_only ( IntPtr u ) : IntPtr
linphone_address_destroy ( IntPtr u ) : void
linphone_address_set_port ( IntPtr u, int port ) : IntPtr
linphone_address_set_transport ( IntPtr u, int transport ) : IntPtr
linphone_auth_info_new ( string username, string userid, string passwd, string ha1, string realm, string domain ) : IntPtr
linphone_call_asked_to_autoanswer ( IntPtr call ) : byte
linphone_call_camera_enabled ( IntPtr lc ) : byte
linphone_call_cancel_dtmfs ( IntPtr call ) : void
linphone_call_enable_camera ( IntPtr lc, bool enabled ) : void
linphone_call_get_audio_stats ( IntPtr call ) : IntPtr
linphone_call_get_average_quality ( IntPtr call ) : float
linphone_call_get_call_log ( IntPtr call ) : IntPtr
linphone_call_get_chat_room ( IntPtr call ) : IntPtr
linphone_call_get_current_params ( IntPtr call ) : IntPtr
linphone_call_get_current_quality ( IntPtr call ) : float
linphone_call_get_dir ( IntPtr call ) : int
linphone_call_get_duration ( IntPtr call ) : int
linphone_call_get_error_info ( IntPtr call ) : IntPtr
linphone_call_get_reason ( IntPtr call ) : int
linphone_call_get_refer_to ( IntPtr call ) : IntPtr
linphone_call_get_remote_address ( IntPtr call ) : IntPtr
linphone_call_get_remote_address_as_string ( IntPtr call ) : IntPtr
linphone_call_get_remote_params ( IntPtr call ) : IntPtr
linphone_call_get_replaced_call ( IntPtr call ) : IntPtr
linphone_call_get_state ( IntPtr call ) : int
linphone_call_get_transfer_target_call ( IntPtr call ) : IntPtr
linphone_call_get_transferer_call ( IntPtr call ) : IntPtr
linphone_call_get_video_stats ( IntPtr call ) : IntPtr
linphone_call_has_transfer_pending ( IntPtr call ) : byte
linphone_call_log_get_call_id ( IntPtr cl ) : IntPtr
linphone_call_log_get_dir ( IntPtr cl ) : LinphoneCallDir
linphone_call_log_get_duration ( IntPtr cl ) : int
linphone_call_log_get_from_address ( IntPtr cl ) : IntPtr
linphone_call_log_get_local_stats ( IntPtr cl ) : IntPtr
linphone_call_log_get_quality ( IntPtr cl ) : float
linphone_call_log_get_ref_key ( IntPtr cl ) : IntPtr
linphone_call_log_get_remote_address ( IntPtr cl ) : IntPtr
linphone_call_log_get_remote_stats ( IntPtr cl ) : IntPtr
linphone_call_log_get_start_date ( IntPtr cl ) : uint
linphone_call_log_get_status ( IntPtr cl ) : LinphoneCallStatus
linphone_call_log_get_to_address ( IntPtr cl ) : IntPtr
linphone_call_log_set_ref_key ( IntPtr cl, string refkey ) : void
linphone_call_log_video_enabled ( IntPtr cl ) : byte
linphone_call_media_in_progress ( IntPtr lc ) : byte
linphone_call_params_add_custom_header ( IntPtr cp, string header_name, string header_value ) : void
linphone_call_params_copy ( IntPtr cp ) : IntPtr
linphone_call_params_destroy ( IntPtr cp ) : void
linphone_call_params_enable_early_media_sending ( IntPtr cp, bool enabled ) : void
linphone_call_params_enable_realtime_text ( IntPtr cp, bool yesno ) : int
linphone_call_params_enable_video ( IntPtr cp, bool enabled ) : void
linphone_call_params_get_media_encryption ( IntPtr cp ) : int
linphone_call_params_get_privacy ( IntPtr cp ) : int
linphone_call_params_get_received_framerate ( IntPtr cp ) : float
linphone_call_params_get_received_video_size ( IntPtr cp ) : MSVideoSizeDef
linphone_call_params_get_record_file ( IntPtr callparams ) : IntPtr
linphone_call_params_get_rtp_profile ( IntPtr cp ) : IntPtr
linphone_call_params_get_sent_framerate ( IntPtr cp ) : float
linphone_call_params_get_sent_video_size ( IntPtr cp ) : MSVideoSizeDef
linphone_call_params_get_used_audio_codec ( IntPtr cp ) : IntPtr
linphone_call_params_get_used_video_codec ( IntPtr cp ) : IntPtr
linphone_call_params_realtime_text_enabled ( IntPtr cp ) : byte
linphone_call_params_set_audio_bandwidth_limit ( IntPtr cp, int kbit ) : void
linphone_call_params_set_record_file ( IntPtr callparams, string filename ) : void
linphone_call_params_set_video_direction ( IntPtr cp, LinphoneMediaDirection dir ) : void
linphone_call_params_video_enabled ( IntPtr cp ) : byte
linphone_call_ref ( IntPtr call ) : IntPtr
linphone_call_send_dtmf ( IntPtr lc, char dtmf ) : int
linphone_call_send_dtmfs ( IntPtr call, string dtmfs ) : int
linphone_call_start_recording ( IntPtr call ) : void
linphone_call_stats_get_download_bandwidth ( IntPtr stats ) : float
linphone_call_stats_get_ice_state ( IntPtr stats ) : int
linphone_call_stats_get_late_packets_cumulative_number ( IntPtr stats, IntPtr call ) : UInt64
linphone_call_stats_get_receiver_interarrival_jitter ( IntPtr stats, IntPtr call ) : float
linphone_call_stats_get_receiver_loss_rate ( IntPtr stats ) : float
linphone_call_stats_get_rtp_stats ( IntPtr stats ) : RtpStats
linphone_call_stats_get_sender_interarrival_jitter ( IntPtr stats, IntPtr call ) : float
linphone_call_stats_get_sender_loss_rate ( IntPtr stats ) : float
linphone_call_stats_get_upload_bandwidth ( IntPtr stats ) : float
linphone_call_stats_get_upnp_state ( IntPtr stats ) : int
linphone_call_stop_recording ( IntPtr call ) : void
linphone_call_take_preview_snapshot ( IntPtr call, string file ) : int
linphone_call_take_video_snapshot ( IntPtr call, string file ) : int
linphone_call_unref ( IntPtr call ) : void
linphone_chat_message_add_custom_header ( IntPtr message, string header_name, string header_value ) : void
linphone_chat_message_cancel_file_transfer ( IntPtr msg ) : void
linphone_chat_message_cbs_get_file_transfer_progress_indication ( IntPtr cbs ) : IntPtr
linphone_chat_message_cbs_get_file_transfer_recv ( IntPtr cbs ) : IntPtr
linphone_chat_message_cbs_get_file_transfer_send ( IntPtr cbs ) : IntPtr
linphone_chat_message_cbs_get_msg_state_changed ( IntPtr cbs ) : IntPtr
linphone_chat_message_cbs_ref ( IntPtr cbs ) : IntPtr
linphone_chat_message_cbs_set_file_transfer_progress_indication ( IntPtr cbs, IntPtr cb ) : void
linphone_chat_message_cbs_set_file_transfer_recv ( IntPtr cbs, IntPtr cb ) : void
linphone_chat_message_cbs_set_file_transfer_send ( IntPtr cbs, IntPtr cb ) : void
linphone_chat_message_cbs_set_msg_state_changed ( IntPtr cbs, IntPtr cb ) : void
linphone_chat_message_cbs_set_user_data ( IntPtr cbs, IntPtr ud ) : void
linphone_chat_message_cbs_unref ( IntPtr cbs ) : void
linphone_chat_message_clone ( IntPtr message ) : IntPtr
linphone_chat_message_destroy ( IntPtr msg ) : void
linphone_chat_message_download_file ( IntPtr message ) : void
linphone_chat_message_get_appdata ( IntPtr message ) : string
linphone_chat_message_get_callbacks ( IntPtr msg ) : IntPtr
linphone_chat_message_get_chat_room ( IntPtr msg ) : IntPtr
linphone_chat_message_get_custom_header ( IntPtr message, string header_name ) : string
linphone_chat_message_get_error_info ( IntPtr msg ) : IntPtr
linphone_chat_message_get_external_body_url ( IntPtr message ) : string
linphone_chat_message_get_file_transfer_filepath ( IntPtr msg ) : string
linphone_chat_message_get_file_transfer_information ( IntPtr message ) : IntPtr
linphone_chat_message_get_from_address ( IntPtr message ) : IntPtr
linphone_chat_message_get_local_address ( IntPtr message ) : IntPtr
linphone_chat_message_get_peer_address ( IntPtr msg ) : IntPtr
linphone_chat_message_get_reason ( IntPtr msg ) : LinphoneReason
linphone_chat_message_get_state ( IntPtr message ) : LinphoneChatMessageState
linphone_chat_message_get_storage_id ( IntPtr message ) : uint
linphone_chat_message_get_text ( IntPtr message ) : IntPtr
linphone_chat_message_get_time ( IntPtr message ) : uint
linphone_chat_message_get_to_address ( IntPtr message ) : IntPtr
linphone_chat_message_is_outgoing ( IntPtr message ) : byte
linphone_chat_message_is_read ( IntPtr message ) : byte
linphone_chat_message_put_char ( IntPtr msg, uint charater ) : int
linphone_chat_message_ref ( IntPtr msg ) : IntPtr
linphone_chat_message_set_appdata ( IntPtr message, string data ) : void
linphone_chat_message_set_external_body_url ( IntPtr message, string url ) : void
linphone_chat_message_set_file_transfer_filepath ( IntPtr msg, string filepath ) : void
linphone_chat_message_set_from_address ( IntPtr message, IntPtr addr ) : void
linphone_chat_message_set_to_address ( IntPtr message, IntPtr addr ) : void
linphone_chat_message_state_to_string ( LinphoneChatMessageState state ) : IntPtr
linphone_chat_message_store ( IntPtr msg ) : uint
linphone_chat_message_unref ( IntPtr msg ) : void
linphone_chat_room_compose ( IntPtr cr ) : void
linphone_chat_room_create_file_transfer_message ( IntPtr cr, IntPtr initial_content ) : IntPtr
linphone_chat_room_create_message ( IntPtr cr, string message ) : IntPtr
linphone_chat_room_create_message_2 ( IntPtr cr, string message, string external_body_url, LinphoneChatMessageState state, uint time, bool is_read, bool is_incoming ) : IntPtr
linphone_chat_room_delete_history ( IntPtr cr ) : void
linphone_chat_room_delete_message ( IntPtr cr, IntPtr msg ) : void
linphone_chat_room_get_call ( IntPtr room ) : IntPtr
linphone_chat_room_get_char ( IntPtr cr ) : uint
linphone_chat_room_get_core ( IntPtr cr ) : IntPtr
linphone_chat_room_get_history ( IntPtr cr, int nb_message ) : IntPtr
linphone_chat_room_get_history_range ( IntPtr cr, int begin, int end ) : IntPtr
linphone_chat_room_get_history_size ( IntPtr cr ) : int
linphone_chat_room_get_peer_address ( IntPtr cr ) : IntPtr
linphone_chat_room_get_unread_messages_count ( IntPtr cr ) : int
linphone_chat_room_get_user_data ( IntPtr cr ) : IntPtr
linphone_chat_room_is_remote_composing ( IntPtr cr ) : byte
linphone_chat_room_mark_as_read ( IntPtr cr ) : void
linphone_chat_room_ref ( IntPtr cr ) : IntPtr
linphone_chat_room_send_chat_message ( IntPtr cr, IntPtr msg ) : void
linphone_chat_room_send_message ( IntPtr cr, string msg ) : void
linphone_chat_room_set_user_data ( IntPtr cr, IntPtr ud ) : void
linphone_chat_room_unref ( IntPtr cr ) : void
linphone_core_accept_call_update ( IntPtr lc, IntPtr call, IntPtr cp ) : int
linphone_core_accept_call_with_params ( IntPtr lc, IntPtr call, IntPtr callparams ) : int
linphone_core_adaptive_rate_control_enabled ( IntPtr lc ) : byte
linphone_core_add_auth_info ( IntPtr lc, IntPtr info ) : void
linphone_core_add_proxy_config ( IntPtr lc, IntPtr cfg ) : int
linphone_core_chat_enabled ( IntPtr lc ) : byte
linphone_core_check_payload_type_usability ( IntPtr lc, IntPtr pt ) : byte
linphone_core_clear_all_auth_info ( IntPtr lc ) : void
linphone_core_clear_call_logs ( IntPtr lc ) : void
linphone_core_clear_proxy_config ( IntPtr lc ) : void
linphone_core_create_address ( IntPtr lc, string address ) : IntPtr
linphone_core_create_call_params ( IntPtr lc, IntPtr call ) : IntPtr
linphone_core_create_default_call_parameters ( IntPtr lc ) : IntPtr
linphone_core_create_proxy_config ( IntPtr lc ) : IntPtr
linphone_core_decline_call ( IntPtr lc, IntPtr call, LinphoneReason reason ) : int
linphone_core_defer_call_update ( IntPtr lc, IntPtr call ) : int
linphone_core_delete_chat_room ( IntPtr lc, IntPtr cr ) : void
linphone_core_destroy ( IntPtr lc ) : void
linphone_core_disable_chat ( IntPtr lc, LinphoneReason deny_reason ) : void
linphone_core_disable_logs ( ) : void
linphone_core_echo_cancellation_enabled ( IntPtr lc ) : byte
linphone_core_echo_limiter_enabled ( IntPtr lc ) : byte
linphone_core_enable_adaptive_rate_control ( IntPtr lc, bool enabled ) : void
linphone_core_enable_chat ( IntPtr lc ) : void
linphone_core_enable_echo_cancellation ( IntPtr lc, bool val ) : void
linphone_core_enable_echo_limiter ( IntPtr lc, bool val ) : void
linphone_core_enable_generic_confort_noise ( IntPtr lc, bool enabled ) : void
linphone_core_enable_ipv6 ( IntPtr lc, bool enabled ) : void
linphone_core_enable_keep_alive ( IntPtr lc, bool enable ) : void
linphone_core_enable_logs ( IntPtr file ) : void
linphone_core_enable_logs_with_cb ( IntPtr logfunc ) : void
linphone_core_enable_mic ( IntPtr lc, bool enable ) : void
linphone_core_enable_payload_type ( IntPtr lc, IntPtr pt, bool enable ) : int
linphone_core_enable_self_view ( IntPtr lc, bool val ) : void
linphone_core_enable_video_capture ( IntPtr lc, bool enable ) : void
linphone_core_enable_video_display ( IntPtr lc, bool enable ) : void
linphone_core_enable_video_preview ( IntPtr lc, bool val ) : void
linphone_core_enable_video_source_reuse ( IntPtr lc, bool enable ) : void
linphone_core_find_auth_info ( IntPtr lc, string realm, string username, string sip_domain ) : IntPtr
linphone_core_find_payload_type ( IntPtr lc, string type, int rate, int channels ) : IntPtr
linphone_core_generic_confort_noise_enabled ( IntPtr lc ) : byte
linphone_core_get_adaptive_rate_algorithm ( IntPtr lc ) : IntPtr
linphone_core_get_audio_codecs ( IntPtr lc ) : IntPtr
linphone_core_get_audio_port ( IntPtr lc ) : int
linphone_core_get_audio_port_range ( IntPtr lc, int &min_port, int &max_port ) : void
linphone_core_get_avpf_mode ( IntPtr lc ) : int
linphone_core_get_avpf_rr_interval ( IntPtr lc ) : int
linphone_core_get_call_history_for_address ( IntPtr lc, IntPtr addr ) : IntPtr
linphone_core_get_call_logs ( IntPtr lc ) : IntPtr
linphone_core_get_camera_sensor_rotation ( IntPtr lc ) : int
linphone_core_get_chat_room ( IntPtr lc, IntPtr addr ) : IntPtr
linphone_core_get_chat_room_from_uri ( IntPtr lc, string to ) : IntPtr
linphone_core_get_chat_rooms ( IntPtr lc ) : IntPtr
linphone_core_get_current_call ( IntPtr lc ) : IntPtr
linphone_core_get_current_call_remote_address ( IntPtr lc ) : IntPtr
linphone_core_get_current_preview_video_size ( IntPtr lc ) : MSVideoSize
linphone_core_get_default_proxy ( IntPtr lc, IntPtr &config ) : int
linphone_core_get_default_proxy_config ( IntPtr lc ) : IntPtr
linphone_core_get_delayed_timeout ( IntPtr lc ) : int
linphone_core_get_device_rotation ( IntPtr lc ) : int
linphone_core_get_firewall_policy ( IntPtr lc ) : int
linphone_core_get_in_call_timeout ( IntPtr lc ) : int
linphone_core_get_inc_timeout ( IntPtr lc ) : int
linphone_core_get_media_encryption ( IntPtr lc ) : LinphoneMediaEncryption
linphone_core_get_missed_calls_count ( IntPtr lc ) : int
linphone_core_get_native_preview_window_id ( IntPtr lc ) : IntPtr
linphone_core_get_native_video_window_id ( IntPtr lc ) : IntPtr
linphone_core_get_nortp_timeout ( IntPtr lc ) : int
linphone_core_get_payload_type_bitrate ( IntPtr lc, IntPtr pt ) : int
linphone_core_get_payload_type_description ( IntPtr lc, IntPtr pt ) : IntPtr
linphone_core_get_payload_type_number ( IntPtr lc, IntPtr pt ) : int
linphone_core_get_preferred_framerate ( IntPtr lc ) : float
linphone_core_get_preferred_video_size ( IntPtr lc ) : MSVideoSize
linphone_core_get_preferred_video_size_name ( IntPtr lc ) : IntPtr
linphone_core_get_preview_video_size ( IntPtr lc ) : MSVideoSize
linphone_core_get_remote_ringback_tone ( IntPtr lc ) : IntPtr
linphone_core_get_ring_during_incoming_early_media ( IntPtr lc ) : byte
linphone_core_get_ringback ( IntPtr lc ) : IntPtr
linphone_core_get_root_ca ( IntPtr lc ) : IntPtr
linphone_core_get_rtp_no_xmit_on_audio_mute ( IntPtr lc ) : byte
linphone_core_get_sip_port ( IntPtr lc ) : int
linphone_core_get_sip_transports ( IntPtr lc, IntPtr transports ) : int
linphone_core_get_sip_transports_used ( IntPtr lc, IntPtr tr ) : void
linphone_core_get_static_picture ( IntPtr lc ) : IntPtr
linphone_core_get_static_picture_fps ( IntPtr lc ) : float
linphone_core_get_stun_server ( IntPtr lc ) : IntPtr
linphone_core_get_supported_video_sizes ( IntPtr lc ) : IntPtr
linphone_core_get_use_info_for_dtmf ( IntPtr lc ) : byte
linphone_core_get_use_rfc2833_for_dtmf ( IntPtr lc ) : byte
linphone_core_get_user_certificates_path ( IntPtr lc ) : IntPtr
linphone_core_get_version ( ) : IntPtr
linphone_core_get_video_codecs ( IntPtr lc ) : IntPtr
linphone_core_get_video_device ( IntPtr lc ) : IntPtr
linphone_core_get_video_devices ( IntPtr lc ) : IntPtr
linphone_core_get_video_policy ( IntPtr lc ) : IntPtr
linphone_core_get_video_port ( IntPtr lc ) : int
linphone_core_get_video_port_range ( IntPtr lc, int &min_port, int &max_port ) : void
linphone_core_get_zrtp_secrets_file ( IntPtr lc ) : IntPtr
linphone_core_in_call ( IntPtr lc ) : byte
linphone_core_invite ( IntPtr lc, string url ) : IntPtr
linphone_core_invite_address ( IntPtr lc, IntPtr addr ) : IntPtr
linphone_core_invite_with_params ( IntPtr lc, string url, IntPtr param ) : IntPtr
linphone_core_ipv6_enabled ( IntPtr lc ) : byte
linphone_core_is_media_encryption_mandatory ( IntPtr lc ) : byte
linphone_core_is_network_reachable ( IntPtr lc ) : byte
linphone_core_is_rtp_muted ( IntPtr lc ) : byte
linphone_core_iterate ( IntPtr lc ) : void
linphone_core_keep_alive_enabled ( IntPtr lc ) : byte
linphone_core_mic_enabled ( IntPtr lc ) : byte
linphone_core_migrate_logs_from_rc_to_db ( IntPtr lc ) : void
linphone_core_new ( IntPtr vtable, string config_path, string factory_config, IntPtr userdata ) : IntPtr
linphone_core_pause_all_calls ( IntPtr lc ) : int
linphone_core_pause_call ( IntPtr lc, IntPtr call ) : int
linphone_core_payload_type_enabled ( IntPtr lc, IntPtr pt ) : byte
linphone_core_payload_type_is_vbr ( IntPtr lc, IntPtr pt ) : byte
linphone_core_play_dtmf ( IntPtr lc, char dtmf, int duration_ms ) : void
linphone_core_play_local ( IntPtr lc, string audiofile ) : int
linphone_core_redirect_call ( IntPtr lc, IntPtr call, string redirect_uri ) : int
linphone_core_refresh_registers ( IntPtr lc ) : void
linphone_core_reload_video_devices ( IntPtr lc ) : void
linphone_core_remove_auth_info ( IntPtr lc, IntPtr auth_info ) : void
linphone_core_remove_call_log ( IntPtr lc, IntPtr call_log ) : void
linphone_core_reset_missed_calls_count ( IntPtr lc ) : void
linphone_core_resume_call ( IntPtr lc, IntPtr call ) : int
linphone_core_self_view_enabled ( IntPtr lc ) : byte
linphone_core_set_adaptive_rate_algorithm ( IntPtr lc, string algorithm ) : void
linphone_core_set_audio_codecs ( IntPtr lc, IntPtr codecs ) : int
linphone_core_set_audio_port ( IntPtr lc, int port ) : void
linphone_core_set_audio_port_range ( IntPtr lc, int min_port, int max_port ) : void
linphone_core_set_avpf_mode ( IntPtr lc, LinphoneAVPFMode mode ) : void
linphone_core_set_avpf_rr_interval ( IntPtr lc, int interval ) : void
linphone_core_set_call_logs_database_path ( IntPtr lc, string path ) : void
linphone_core_set_chat_database_path ( IntPtr lc, string path ) : void
linphone_core_set_default_proxy_config ( IntPtr lc, IntPtr config ) : void
linphone_core_set_delayed_timeout ( IntPtr lc, int seconds ) : void
linphone_core_set_device_rotation ( IntPtr lc, int rotation ) : void
linphone_core_set_download_bandwidth ( IntPtr lc, int bw ) : void
linphone_core_set_firewall_policy ( IntPtr lc, LinphoneFirewallPolicy pol ) : void
linphone_core_set_in_call_timeout ( IntPtr lc, int seconds ) : void
linphone_core_set_inc_timeout ( IntPtr lc, int seconds ) : void
linphone_core_set_log_level_mask ( OrtpLogLevel loglevel ) : void
linphone_core_set_media_encryption ( IntPtr lc, LinphoneMediaEncryption menc ) : int
linphone_core_set_media_network_reachable ( IntPtr lc, bool value ) : void
linphone_core_set_native_preview_window_id ( IntPtr lc, long id ) : void
linphone_core_set_native_video_window_id ( IntPtr lc, long id ) : void
linphone_core_set_network_reachable ( IntPtr lc, bool value ) : void
linphone_core_set_nortp_timeout ( IntPtr lc, int port ) : void
linphone_core_set_payload_type_bitrate ( IntPtr lc, IntPtr pt, int bitrate ) : void
linphone_core_set_payload_type_number ( IntPtr lc, IntPtr pt, int number ) : void
linphone_core_set_play_file ( IntPtr lc, string file ) : void
linphone_core_set_preferred_framerate ( IntPtr lc, float fps ) : void
linphone_core_set_preferred_video_size ( IntPtr lc, IntPtr vsize ) : void
linphone_core_set_preferred_video_size_by_name ( IntPtr lc, string name ) : void
linphone_core_set_preview_video_size ( IntPtr lc, IntPtr vsize ) : void
linphone_core_set_preview_video_size_by_name ( IntPtr lc, string name ) : void
linphone_core_set_primary_contact ( IntPtr proxy, string contact_params ) : int
linphone_core_set_record_file ( IntPtr lc, string file ) : void
linphone_core_set_remote_ringback_tone ( IntPtr lc, string ring ) : void
linphone_core_set_ring_during_incoming_early_media ( IntPtr lc, bool enable ) : void
linphone_core_set_ringback ( IntPtr lc, string path ) : void
linphone_core_set_root_ca ( IntPtr lc, string path ) : void
linphone_core_set_rtp_no_xmit_on_audio_mute ( IntPtr lc, bool val ) : void
linphone_core_set_sip_network_reachable ( IntPtr lc, bool value ) : void
linphone_core_set_sip_port ( IntPtr lc, int port ) : void
linphone_core_set_sip_transports ( IntPtr lc, IntPtr tr_config ) : int
linphone_core_set_static_picture ( IntPtr lc, string path ) : int
linphone_core_set_static_picture_fps ( IntPtr lc, float fps ) : int
linphone_core_set_stun_server ( IntPtr lc, string server ) : void
linphone_core_set_upload_bandwidth ( IntPtr lc, int bw ) : void
linphone_core_set_use_info_for_dtmf ( IntPtr lc, bool use_info ) : void
linphone_core_set_use_rfc2833_for_dtmf ( IntPtr lc, bool use_rfc2833 ) : void
linphone_core_set_user_agent ( IntPtr lc, string ua_name, string version ) : void
linphone_core_set_user_certificates_path ( IntPtr lc, string path ) : void
linphone_core_set_video_codecs ( IntPtr lc, IntPtr codecs ) : int
linphone_core_set_video_device ( IntPtr lc, byte deviecid ) : int
linphone_core_set_video_jittcomp ( IntPtr lc, int milliseconds ) : void
linphone_core_set_video_policy ( IntPtr lc, IntPtr policy ) : void
linphone_core_set_video_port ( IntPtr lc, int port ) : void
linphone_core_set_video_port_range ( IntPtr lc, int min_port, int max_port ) : void
linphone_core_set_video_preset ( IntPtr lc, string preset ) : void
linphone_core_set_zrtp_secrets_file ( IntPtr lc, string file ) : void
linphone_core_sip_transport_supported ( IntPtr lc, LinphoneTransportType tp ) : byte
linphone_core_stop_dtmf ( IntPtr lc ) : void
linphone_core_terminate_all_calls ( IntPtr lc ) : int
linphone_core_terminate_call ( IntPtr lc, IntPtr call ) : int
linphone_core_update_call ( IntPtr lc, IntPtr call, IntPtr cp ) : int
linphone_core_use_files ( IntPtr lc, bool yesno ) : void
linphone_core_use_preview_window ( IntPtr lc, bool yesno ) : void
linphone_core_verify_server_certificates ( IntPtr lc, bool yesno ) : void
linphone_core_verify_server_cn ( IntPtr lc, bool yesno ) : void
linphone_core_video_capture_enabled ( IntPtr lc ) : byte
linphone_core_video_display_enabled ( IntPtr lc ) : byte
linphone_core_video_preview_enabled ( IntPtr lc ) : byte
linphone_core_video_supported ( IntPtr lc ) : byte
linphone_proxy_config_done ( IntPtr config ) : int
linphone_proxy_config_edit ( IntPtr config ) : void
linphone_proxy_config_enable_register ( IntPtr obj, bool val ) : void
linphone_proxy_config_get_error ( IntPtr cfg ) : LinphoneReason
linphone_proxy_config_get_state ( IntPtr cfg ) : LinphoneRegistrationState
linphone_proxy_config_is_registered ( IntPtr config ) : byte
linphone_proxy_config_normalize_sip_uri ( IntPtr proxy, string username ) : IntPtr
linphone_proxy_config_set_avpf_mode ( IntPtr cfg, LinphoneAVPFMode mode ) : void
linphone_proxy_config_set_avpf_rr_interval ( IntPtr cfg, byte interval ) : void
linphone_proxy_config_set_expires ( IntPtr proxy, int expires ) : void
linphone_proxy_config_set_identity ( IntPtr obj, string identity ) : int
linphone_proxy_config_set_route ( IntPtr proxy, string route ) : int
linphone_proxy_config_set_server_addr ( IntPtr cfg, string server_addr ) : int
ortp_free ( IntPtr p ) : void

Описание методов

PtrToStringUtf8() публичный статический Метод

public static PtrToStringUtf8 ( IntPtr ptr ) : string
ptr System.IntPtr
Результат string

linphone_core_get_version_asString() публичный статический Метод

public static linphone_core_get_version_asString ( ) : string
Результат string

Описание свойств

LINPHONE_CALL_STATS_AUDIO публичное статическое свойство

public static int LINPHONE_CALL_STATS_AUDIO
Результат int

LINPHONE_CALL_STATS_TEXT публичное статическое свойство

public static int LINPHONE_CALL_STATS_TEXT
Результат int

LINPHONE_CALL_STATS_VIDEO публичное статическое свойство

public static int LINPHONE_CALL_STATS_VIDEO
Результат int