WaveFormatBytesPerSecond Property |
BytesPerSecond
Namespace:
Options.Core
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic int BytesPerSecond { get; set; }
Public Property BytesPerSecond As Integer
Get
Set
Dim instance As WaveFormat
Dim value As Integer
value = instance.BytesPerSecond
instance.BytesPerSecond = value
member BytesPerSecond : int with get, set
/** @property */
public int get_BytesPerSecond()
/** @property */
public void set_BytesPerSecond(int value)
function get BytesPerSecond () : int
function set BytesPerSecond (value : int)
function get_BytesPerSecond();
function set_BytesPerSecond(value);
Property Value
Type:
Int32
See Also