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