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