AudioRecorderTotalSizeIn Property |
The total size of the recorded audio file. This will return the size in Bytes, KB, MB, GB, TB, PB, EB, ZB or YB.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string TotalSizeIn { get; set; }
Public Property TotalSizeIn As String
Get
Set
Dim instance As AudioRecorder
Dim value As String
value = instance.TotalSizeIn
instance.TotalSizeIn = value
member TotalSizeIn : string with get, set
/** @property */
public String get_TotalSizeIn()
/** @property */
public void set_TotalSizeIn(String value)
function get TotalSizeIn () : String
function set TotalSizeIn (value : String)
function get_TotalSizeIn();
function set_TotalSizeIn(value);
Property Value
Type:
StringSee Also