
C# | Visual Basic | Visual C++ |
public interface IMediaSender<TData, TFormat> : IDisposable where TData : EventArgs
Public Interface IMediaSender(Of TData As EventArgs, TFormat) Inherits IDisposable
generic<typename TData, typename TFormat> where TData : EventArgs public interface class IMediaSender : IDisposable

- TData
- TFormat

All Members | Methods | Events | |||
Icon | Member | Description |
---|---|---|
![]() | MediaDataSent | |
![]() | SetPreferredSendFormats(List<(Of <<'(TFormat>)>>)) |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290