Click or drag to resize

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)
Syntax
public IReadOnlyDictionary<string, string> Metadata { get; }

Property Value

Type: IReadOnlyDictionaryString, String
See Also