This class implements audio-in (eg. microphone,line-in device) device RTP audio sending.
| C# | Visual Basic | Visual C++ | F# |
public class AudioIn_RTP : IDisposable
Public Class AudioIn_RTP Implements IDisposable
public ref class AudioIn_RTP : IDisposable
type AudioIn_RTP = class interface IDisposable end
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| AudioIn_RTP(AudioInDevice, Int32, Dictionary<(Of <<'(Int32, AudioCodec>)>>), RTP_SendStream) |
Default constructor.
| |
| AudioCodec |
Gets current audio codec what is used for sending.
| |
| AudioCodecs |
Gets or sets audio codecs.
| |
| AudioInDevice |
Gets audio-in device is used to capture sound.
| |
| Dispose()()()() |
Cleans up any resources being used.
| |
| Equals(Object) | (Inherited from Object.) | |
| Error |
This method is raised when asynchronous thread Exception happens.
| |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsDisposed |
Gets if this object is disposed.
| |
| IsRunning |
Gets if currently audio is sent.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RTP_Stream |
Gets RTP stream used for audio sending.
| |
| Start()()()() |
Starts capturing from audio-in device and sending it to RTP stream.
| |
| Stop()()()() |
Stops capturing from audio-in device and sending it to RTP stream.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| AudioIn_RTP | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119