MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
CreateStreamForTimeShifting Method (streamHandle, decode, useFloatingPoint)
NamespacesMPfm.Sound.BassNetWrapperChannelCreateStreamForTimeShifting(Int32, Boolean, Boolean)
Creates a stream for FX (such as time shifting). It needs an handle to the decode stream in order to work.
Declaration Syntax
C#Visual Basic
public static Channel CreateStreamForTimeShifting(
	int streamHandle,
	bool decode,
	bool useFloatingPoint
)
Public Shared Function CreateStreamForTimeShifting ( _
	streamHandle As Integer, _
	decode As Boolean, _
	useFloatingPoint As Boolean _
) As Channel
Parameters
streamHandle (Int32)
Handle to the base stream
decode (Boolean)
Indicates if the file should be played or decoded
useFloatingPoint (Boolean)
Indicates if the channel should use floating point
Return Value
Channel object

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)