Class AudioDataAvailableEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.AudioIO.dll
API Level:
3

Provides data for the DataAvailable event.

C#
Copy
public class AudioDataAvailableEventArgs : EventArgs
Inheritance
System.Object
AudioDataAvailableEventArgs

Properties

View Source

Data

Gets the audio data captured.

Declaration
C#
Copy
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
API Level: 3