Show / Hide Table of Contents

    Class TrackInfoChangedEventArgs

    Event arguments for the TrackInfoChanged event.

    Inheritance
    Object
    EventArgs
    TrackInfoChangedEventArgs
    Implements
    ISerializable
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: AudioBand.AudioSource
    Assembly: AudioBand.AudioSource.dll
    Syntax
    [Serializable]
    public sealed class TrackInfoChangedEventArgs : EventArgs, ISerializable

    Constructors

    | Improve this Doc View Source

    TrackInfoChangedEventArgs()

    Initializes a new instance of the TrackInfoChangedEventArgs class.

    Declaration
    public TrackInfoChangedEventArgs()

    Properties

    | Improve this Doc View Source

    Album

    Gets or sets the album name.

    Declaration
    public string Album { get; set; }
    Property Value
    Type Description
    String

    The name of the album.

    | Improve this Doc View Source

    AlbumArt

    Gets or sets the album art image. If null, a placeholder will be used.

    Declaration
    public Image AlbumArt { get; set; }
    Property Value
    Type Description
    Image

    The album art.

    | Improve this Doc View Source

    Artist

    Gets or sets the artist.

    Declaration
    public string Artist { get; set; }
    Property Value
    Type Description
    String

    The name of the artist.

    | Improve this Doc View Source

    TrackLength

    Gets or sets the length of the track.

    Declaration
    public TimeSpan TrackLength { get; set; }
    Property Value
    Type Description
    TimeSpan

    The length of the track.

    | Improve this Doc View Source

    TrackName

    Gets or sets the track Name.

    Declaration
    public string TrackName { get; set; }
    Property Value
    Type Description
    String

    The name of the track.

    Explicit Interface Implementations

    | Improve this Doc View Source

    ISerializable.GetObjectData(SerializationInfo, StreamingContext)

    Declaration
    void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX