Class ScanUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Radio.dll
- API Level:
- 3
Provides data for the ScanUpdated event.
public class ScanUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceFrequency
Gets the tuned radio frequency that is scanned, in the range of 87500 ~ 108000 kHz.
Declaration
public int Frequency { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
Methods
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that represents the current object. |