C# Class ADL.NativeServiceListenerAdapter

Show file Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Public Methods

Method Description
NativeServiceListenerAdapter ( AddLiveServiceListener listener ) : System
toNative ( ) : ADLServiceListener

Private Methods

Method Description
on_connection_lost_callback_t ( IntPtr opaque, ADLConnectionLostEvent &e ) : void
on_device_list_changed_callback_t ( IntPtr opaque, ADLDeviceListChangedEvent &e ) : void
on_media_conn_type_changed_callback_t ( IntPtr opaque, ADLMediaConnTypeChangedEvent &e ) : void
on_media_interrupt_callback_t ( IntPtr opaque, ADLMediaInterruptEvent &e ) : void
on_media_issue_callback_t ( IntPtr opaque, ADLMediaIssueEvent &e ) : void
on_media_stats_callback_t ( IntPtr opaque, ADLMediaStatsEvent &e ) : void
on_media_stream_callback_t ( IntPtr opaque, ADLUserStateChangedEvent &e ) : void
on_message_callback_t ( IntPtr opaque, ADLMessageEvent &e ) : void
on_mic_activity_callback_t ( IntPtr opaque, ADLMicActivityEvent &e ) : void
on_mic_gain_callback_t ( IntPtr opaque, ADLMicGainEvent &e ) : void
on_session_reconnected_callback_t ( IntPtr opaque, ADLSessionReconnectedEvent &e ) : void
on_user_event_callback_t ( IntPtr opaque, ADLUserStateChangedEvent &e ) : void
on_video_frame_size_changed_callback_t ( IntPtr opaque, ADLVideoFrameSizeChangedEvent &e ) : void

Method Details

NativeServiceListenerAdapter() public method

public NativeServiceListenerAdapter ( AddLiveServiceListener listener ) : System
listener AddLiveServiceListener
return System

toNative() public method

public toNative ( ) : ADLServiceListener
return ADLServiceListener