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