'Declaration Public Shared Function FromStream( _ ByVal stream As System.IO.Stream, _ Optional ByVal audioFormat As AudioFormat _ ) As SoundObject
public static SoundObject FromStream( System.IO.Stream stream, AudioFormat audioFormat )
Parameters
- stream
- The stream with audio data.
- audioFormat
- The audio format.
Return Value
The created SoundObject.