Class TrackInfoChangedEventArgs
Event arguments for the TrackInfoChanged event.
Implements
Inherited Members
Namespace: AudioBand.AudioSource
Assembly: AudioBand.AudioSource.dll
Syntax
[Serializable]
public sealed class TrackInfoChangedEventArgs : EventArgs, ISerializable
Constructors
| Improve this Doc View SourceTrackInfoChangedEventArgs()
Initializes a new instance of the TrackInfoChangedEventArgs class.
Declaration
public TrackInfoChangedEventArgs()
Properties
| Improve this Doc View SourceAlbum
Gets or sets the album name.
Declaration
public string Album { get; set; }
Property Value
Type | Description |
---|---|
String | The name of the album. |
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. |
Artist
Gets or sets the artist.
Declaration
public string Artist { get; set; }
Property Value
Type | Description |
---|---|
String | The name of the artist. |
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. |
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 SourceISerializable.GetObjectData(SerializationInfo, StreamingContext)
Declaration
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |