[This is preliminary documentation and subject to change.]
Contains metadata information suitable for a ContentDirectory service based on a physical media file or online media stream. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
The following tables list the members exposed by SharedMediaFileInfo.
Public Constructors
| Name | Description | |
|---|---|---|
|
SharedMediaFileInfo | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
|
Date | The date timestamp for this media. |
|
Description | A textual description of this media. |
|
FileSize | The size of this media, in bytes, or 0 if unknown. |
|
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. |
|
SourceId | A unique string that identifies this media as defined by the content provider. |
|
ThumbnailUrl | A URL or local path to an image icon or thumbnail for this metadata. (inherited from AbstractSharedMediaInfo) |
|
Title | Display name. (inherited from AbstractSharedMediaInfo) |
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 | |
|---|---|---|
|
SharedMediaFileInfo | Overloaded. |