ID3 TIT1 tag.
            -metadata TIT1="The Classics"
            
 
    Namespace: 
   CSMediaProperties
    Assembly:
   CSWebCam (in CSWebCam.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string TIT1 { get; set; }Public Property TIT1 As String
	Get
	Set
Dim instance As ID3Tags
Dim value As String
value = instance.TIT1
instance.TIT1 = value
member TIT1 : string with get, set
/** @property */
public String get_TIT1()
/** @property */
public void set_TIT1(String value)
function get TIT1 () : String
function set TIT1 (value : String)
function get_TIT1();
function set_TIT1(value);
Property Value
Type: 
String
See Also