Creates a stream from file for decoding.
Declaration Syntax
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)