Property | Type | Description | |
---|---|---|---|
AnalyseDuration | int | ||
Cookies | string | ||
Headers | string | ||
Timeout | int | ||
UserAgent | string |
Property | Type | Description | |
---|---|---|---|
FfmpegListener | void | ||
ShutDown | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FfmpegAudioStream ( ) : System |
Initializes a new instance of the LocalDeviceStream class.
|
|
FfmpegAudioStream ( string source ) : System |
Initializes a new instance of the LocalDeviceStream class.
|
|
SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void | ||
Start ( ) : void |
Start audio source. Starts audio source and return execution to caller. audio source object creates background thread and notifies about new frames with the help of DataAvailable event. |
|
Stop ( ) : void |
Stop audio source. Stops audio source. |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
FfmpegListener ( ) : void | ||
ShutDown ( string errmsg ) : void |
public FfmpegAudioStream ( string source ) : System | ||
source | string | source, which provides audio data. |
return | System |
public SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void | ||
sender | object | |
e | NAudio.Wave.SampleProviders.StreamVolumeEventArgs | |
return | void |