Creates a stream for FX (such as time shifting). It needs an handle to the decode stream in order to work.
Declaration Syntax
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)