ID3 Disc tag.
-metadata disc="1/2" means disc number 1 of 2.
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Disc { get; set; }
Public Property Disc As String
Get
Set
Dim instance As ID3Tags
Dim value As String
value = instance.Disc
instance.Disc = value
member Disc : string with get, set
/** @property */
public String get_Disc()
/** @property */
public void set_Disc(String value)
function get Disc () : String
function set Disc (value : String)
function get_Disc();
function set_Disc(value);
Property Value
Type:
StringSee Also