MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
CreateFileStreamForDecoding Method (filePath, useFloatingPoint)
NamespacesMPfm.Sound.BassNetWrapperChannelCreateFileStreamForDecoding(String, Boolean)
Creates a stream from file for decoding.
Declaration Syntax
C#Visual Basic
public static Channel CreateFileStreamForDecoding(
	string filePath,
	bool useFloatingPoint
)
Public Shared Function CreateFileStreamForDecoding ( _
	filePath As String, _
	useFloatingPoint As Boolean _
) As Channel
Parameters
filePath (String)
File path to the audio file
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)