[This is preliminary documentation and subject to change.]
Contains metadata information suitable for a ContentDirectory service based on a local or online audio file.
The following tables list the members exposed by AudioResource.
Public Constructors
| Name | Description | |
|---|---|---|
|
AudioResource | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
|
Album | The album of this media, if available. |
|
Artist | The artist of this media, if available. |
|
Bitrate | The bitrate of this media (in bps), or 0 if not available. |
|
Date | The date timestamp for this media. (inherited from SharedMediaFileInfo) |
|
Description | A textual description of this media. (inherited from SharedMediaFileInfo) |
|
Duration | The length of this media in milliseconds. |
|
FileSize | The size of this media, in bytes, or 0 if unknown. (inherited from SharedMediaFileInfo) |
|
Genre | The genre of this media, if available. |
|
Id | Unique ID of this instance. (inherited from AbstractSharedMediaInfo) |
|
MetadataProperties | The string-based name/value pairs for arbitrary and optional metadata. (inherited from AbstractSharedMediaInfo) |
|
OwnerId | Unique ID of the owner of this instance. (inherited from AbstractSharedMediaInfo) |
|
Path | The physical file path or online media URL. (inherited from SharedMediaFileInfo) |
|
SourceId | A unique string that identifies this media as defined by the content provider. (inherited from SharedMediaFileInfo) |
|
ThumbnailUrl | A URL or local path to an image icon or thumbnail for this metadata. (inherited from AbstractSharedMediaInfo) |
|
Title | Display name. (inherited from AbstractSharedMediaInfo) |
|
TrackNumber | The track number of this media, if available. |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetObjectData | Overridden. Overridden from superclass to serialize this instance. |
|
GetType | Gets the |
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
AudioResource | Overloaded. |