SilenceGeneratorRead Method |
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int Read(
byte[] buffer,
int offset,
int count
)
Public Function Read (
buffer As Byte(),
offset As Integer,
count As Integer
) As Integer
Dim instance As SilenceGenerator
Dim buffer As Byte()
Dim offset As Integer
Dim count As Integer
Dim returnValue As Integer
returnValue = instance.Read(buffer, offset,
count)
abstract Read :
buffer : byte[] *
offset : int *
count : int -> int
override Read :
buffer : byte[] *
offset : int *
count : int -> int
public final int Read(
byte[] buffer,
int offset,
int count
)
public final function Read(
buffer : byte[],
offset : int,
count : int
) : int
function Read(buffer, offset, count);
Parameters
- buffer
- Type: SystemByte
- offset
- Type: SystemInt32
- count
- Type: SystemInt32
Return Value
Type:
Int32Implements
IReadableAudioSource.Read(UTP, Int32, Int32)See Also