AudioPlayerTagRating Property |
The rating value of the opened multimedia file. This value can be 0 (unrated) to 255 (best).
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public short TagRating { get; set; }
Public Property TagRating As Short
Get
Set
Dim instance As AudioPlayer
Dim value As Short
value = instance.TagRating
instance.TagRating = value
member TagRating : int16 with get, set
/** @property */
public short get_TagRating()
/** @property */
public void set_TagRating(short value)
function get TagRating () : short
function set TagRating (value : short)
function get_TagRating();
function set_TagRating(value);
Property Value
Type:
Int16See Also