The IMedia type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Album |
Gets/Sets album.
|
![]() | Artist |
Gets/Sets media artist.
|
![]() | ArtworkURL |
Gets/Sets artwork url.
|
![]() | Copyright |
Gets/Sets copyright
|
![]() | Date |
Gets/Sets date.
|
![]() | Description |
Gets/Sets description
|
![]() | Duration |
Gets the duration (in ms) of the media.
|
![]() | EncodedBy |
Gets/Sets encoded by.
|
![]() | Genre |
Gets/Sets media genre.
|
![]() | Handle |
The media's handle.
|
![]() | IsParsed |
Gets whether or not the media has been parsed yet.
|
![]() | Language |
Gets/Sets language.
|
![]() | MRL |
Gets the Media Resource Locator (MRL) string for this media.
|
![]() | NowPlaying |
Gets/Sets now playing.
|
![]() | Publisher |
Gets/Sets publisher.
|
![]() | Rating |
Gets/Sets rating.
|
![]() | Setting |
Gets/Sets setting.
|
![]() | State |
Gets the media's state. Does not require calling of Parse().
|
![]() | Stats |
Gets the media's statistics. Will return null if media is not playing or if stats are otherwise unavailable.
|
![]() | Title |
Gets/Sets media title.
|
![]() | TrackId |
Gets/Sets track id.
|
![]() | TrackNumber |
Gets/Sets track number.
|
![]() | URL |
Gets/Sets url.
|
See Also