AudioRecorderTotalTimeIn Property |
The total time of the recorded audio file.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string TotalTimeIn { get; set; }
Public Property TotalTimeIn As String
Get
Set
Dim instance As AudioRecorder
Dim value As String
value = instance.TotalTimeIn
instance.TotalTimeIn = value
member TotalTimeIn : string with get, set
/** @property */
public String get_TotalTimeIn()
/** @property */
public void set_TotalTimeIn(String value)
function get TotalTimeIn () : String
function set TotalTimeIn (value : String)
function get_TotalTimeIn();
function set_TotalTimeIn(value);
Property Value
Type:
StringSee Also