Class AudioDataAvailableEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.AudioIO.dll
- API Level:
- 3
Provides data for the DataAvailable event.
public class AudioDataAvailableEventArgs : EventArgs
- Inheritance
Properties
View SourceData
Gets the audio data captured.
Declaration
public byte[] Data { get; }
Property Value
Type | Description |
---|---|
Byte[] |