VlcVideoStream ReadMusicBytes Method Delta Engine Documentation

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

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

Parameters

buffer
Type:  System Byte 
length
Type: System Int32

Return Value

Type: Int32

Implements

BaseVideoStream ReadMusicBytes( Byte , Int32)
See Also