Music Constructor (Stream)

SFML.Net

Music Constructor (Stream)
Constructs a music from a custom stream

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Music(
	Stream stream
)
Public Sub New ( 
	stream As Stream
)
public:
Music(
	Stream^ stream
)
new : 
        stream : Stream -> Music

Parameters

stream
Type: System.IOStream
Source stream to read from
See Also