AudioPlayerTagTrack Property |
The Track number of the opened multimedia file.
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public uint TagTrack { get; set; }
Public Property TagTrack As UInteger
Get
Set
Dim instance As AudioPlayer
Dim value As UInteger
value = instance.TagTrack
instance.TagTrack = value
member TagTrack : uint32 with get, set
/** @property */
public UInt32 get_TagTrack()
/** @property */
public void set_TagTrack(UInt32 value)
function get TagTrack () : uint
function set TagTrack (value : uint)
function get_TagTrack();
function set_TagTrack(value);
Property Value
Type:
UInt32See Also