This class implements audio-out (eg. speaker,headphones) device RTP audio player.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class AudioOut_RTP : IDisposable
Public Class AudioOut_RTP Implements IDisposable
public ref class AudioOut_RTP : IDisposable
type AudioOut_RTP = class interface IDisposable end
Members
All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
AudioOut_RTP(AudioOutDevice, RTP_ReceiveStream, Dictionary<(Of <<'(Int32, AudioCodec>)>>)) |
Default constructor.
| |
ActiveCodec |
Gets active audio codec. This value may be null if yet no data received from RTP.
| |
AudioOutDevice |
Gets audio-out device is used to play out sound.
| |
Codecs |
Audio codecs with RTP payload number. For example: 0-PCMU,8-PCMA.
| |
Dispose()()()() |
Cleans up any resource 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 audio player is running.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Start()()()() |
Starts receiving RTP audio and palying it out.
| |
Stop()()()() |
Stops receiving RTP audio and palying it out.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
AudioOut_RTP |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119