WaveCapture Class |
Namespace: CallFlowFramework.Media
The WaveCapture type exposes the following members.
Name | Description | |
---|---|---|
![]() | WaveCapture(WaveBuffer, IDispatcher) | Initializes a new instance of the WaveCapture class |
![]() | WaveCapture(WaveBuffer, TimeSpan, IDispatcher) | Initializes a new instance of the WaveCapture class |
Name | Description | |
---|---|---|
![]() | InputDevice |
Before the start of a new device, old device will be stopped and disposed and writing to the buffer will be stopped.
|
![]() | InputDeviceVolume |
Gets or sets input device volume as a coefficient [0..1]
|
![]() | SignalLvl |
Avarage signal level coefficient [0..1]. Calculated every data_reading_period
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetSupportedWaveInFormats |
Returns list of supported wave formats
|
![]() ![]() | GetSystemInputDevices |
Returns list of system input devices
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ShutDown |
Shuts down input device
|
![]() | StartRecording |
Starts recording to wave buffer
|
![]() | StopRecording |
Stops recording to wave buffer
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | DeviceClosed |
Raised when input device closed. This may be caused by a user (change InputDevice) or exception.
|
![]() | DeviceOpened |
Raised when input device opened. This may be used for enabling record button on view.
|
![]() | RecordingProgress |
Raised when the buffer has accumulated enough data (required data length is calculated from return_data_period parameter)
|
![]() | RecordingStopped |
Raised when recording stopped.
|
![]() | SignalLvlUpdated |
Raised when reading is started and each volume avarage period
|