MediaInfoMetadata Property |
Gets the metadata for the input. This may include stuff like title, creation date, company name, etc.
Individual stream components, chapters and programs may contain additional metadata.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IReadOnlyDictionary<string, string> Metadata { get; }
Public ReadOnly Property Metadata As IReadOnlyDictionary(Of String, String)
Get
Dim instance As MediaInfo
Dim value As IReadOnlyDictionary(Of String, String)
value = instance.Metadata
member Metadata : IReadOnlyDictionary<string, string> with get
/** @property */
public IReadOnlyDictionary<String, String> get_Metadata()
function get Metadata () : IReadOnlyDictionary<String, String>
Property Value
Type:
IReadOnlyDictionaryString,
String
See Also