ID3 genre tag.
-metadata genre="Classical"
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Genre { get; set; }
Public Property Genre As String
Get
Set
Dim instance As ID3Tags
Dim value As String
value = instance.Genre
instance.Genre = value
member Genre : string with get, set
/** @property */
public String get_Genre()
/** @property */
public void set_Genre(String value)
function get Genre () : String
function set Genre (value : String)
function get_Genre();
function set_Genre(value);
Property Value
Type:
StringSee Also