FilePropertiesWaveFormat Property |
Format.
Namespace:
Options.Core
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic WaveFormat WaveFormat { get; set; }
Public Property WaveFormat As WaveFormat
Get
Set
Dim instance As FileProperties
Dim value As WaveFormat
value = instance.WaveFormat
instance.WaveFormat = value
member WaveFormat : WaveFormat with get, set
/** @property */
public WaveFormat get_WaveFormat()
/** @property */
public void set_WaveFormat(WaveFormat value)
function get WaveFormat () : WaveFormat
function set WaveFormat (value : WaveFormat)
function get_WaveFormat();
function set_WaveFormat(value);
Property Value
Type:
WaveFormat
See Also