Class ScanUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Radio.dll

    Provides data for the ScanUpdated event.

    public class ScanUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ScanUpdatedEventArgs

    Properties

    View Source

    Frequency

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

    Declaration
    public int Frequency { get; }
    Property Value
    Type Description
    int

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX