Class ScanUpdatedEventArgs

Definition

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

Provides data for the ScanUpdated event.

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

Properties

View Source

Frequency

Gets the tuned radio frequency that is scanned, in the range of 87500 ~ 108000 kHz.

Declaration
C#
Copy
public int Frequency { get; }
Property Value
Type Description
Int32
API Level: 3

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.Object.ToString()
API Level: 3