Class MIDIInfo
MIDI file information.
Inherited Members
Namespace: VisioForge.Core.Types.MediaPlayer
Assembly: VisioForge.Core.dll
Syntax
public class MIDIInfo
Properties
AuthorName
Gets or sets the author name.
Declaration
public string AuthorName { get; set; }
Property Value
Type | Description |
---|---|
string |
BaseURL
Gets or sets a base URL for the related Web content.
Declaration
public string BaseURL { get; set; }
Property Value
Type | Description |
---|---|
string |
Copyright
Gets or sets a copyright information.
Declaration
public string Copyright { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets a description of the content.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
LogoIconURL
Gets or sets a URL for the logo icon.
Declaration
public string LogoIconURL { get; set; }
Property Value
Type | Description |
---|---|
string |
LogoURL
Gets or sets a URL for the logo.
Declaration
public string LogoURL { get; set; }
Property Value
Type | Description |
---|---|
string |
MoreInfoBannerImage
Gets or sets an image for a related-information banner.
Declaration
public string MoreInfoBannerImage { get; set; }
Property Value
Type | Description |
---|---|
string |
MoreInfoBannerURL
Gets or sets a URL for a related-information banner.
Declaration
public string MoreInfoBannerURL { get; set; }
Property Value
Type | Description |
---|---|
string |
MoreInfoText
Gets or sets additional information as text.
Declaration
public string MoreInfoText { get; set; }
Property Value
Type | Description |
---|---|
string |
MoreInfoURL
Gets or sets a URL for additional information about the content.
Declaration
public string MoreInfoURL { get; set; }
Property Value
Type | Description |
---|---|
string |
Rating
Gets or sets the rating.
Declaration
public string Rating { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
WatermarkURL
Gets or sets a URL for the watermark.
Declaration
public string WatermarkURL { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
All fields as a string.
Declaration
public string ToString()
Returns
Type | Description |
---|---|
string | Returns string. |