Enum AudioSourcesEnum
Namespace: SIPSorcery.Media
Assembly: SIPSorcery.dll
Syntax
public enum AudioSourcesEnum
Fields
Name | Description |
---|---|
Music | Plays music samples from a file. The file will be played in a loop until another source option is set. |
None | Don't generate any audio samples. |
PinkNoise | Pink noise static. |
Silence | Send an audio stream of silence. Note this option does result in audio RTP packet getting sent. |
SineWave | A continuous sine wave. |
WhiteNoise | White noise static. |