A Stream wrapper for AudioStream.CreateFormStream.
Inheritance: IDisposable
Exemplo n.º 1
0
 /// <summary>
 ///     Create a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plug-in supported Bass stream.
 /// </summary>
 /// <param name="bassStream">The Bass stream.</param>
 /// <param name="configs">Configure of <see cref="AudioFileStream" />.</param>
 /// <param name="systemType">File system to use.</param>
 public AudioFileStream(BassStream bassStream, StreamCreateFileUserConfig configs,
                        StreamFileSystemType systemType) : this(bassStream.StreamHandlers, configs, systemType, IntPtr.Zero)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 ///     Create a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plug-in supported Bass stream.
 /// </summary>
 /// <param name="bassStream">The Bass stream.</param>
 /// <param name="configs">Configure of <see cref="AudioFileStream" />.</param>
 /// <param name="systemType">File system to use.</param>
 public AudioFileStream(BassStream bassStream, StreamCreateFileUserConfig configs,
     StreamFileSystemType systemType) : this(bassStream.StreamHandlers, configs, systemType, IntPtr.Zero)
 {
 }