StreamInfoMetadata Property |
Gets the stream's 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 StreamInfo
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