Mp3MusicStream.Read Method Delta Engine Documentation

Namespace: DeltaEngine.Multimedia.MusicMp3
Assembly: DeltaEngine.Multimedia.MusicMp3 (in DeltaEngine.Multimedia.MusicMp3.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public int Read(
	byte[] buffer,
	int length
)

Parameters

buffer
Type:System.Byte[]
length
Type: System.Int32

Return Value

Type: Int32

Implements

MusicStream.Read(Byte[], Int32)
See Also