SFML.Net
| Music Constructor (Byte) |
Constructs a music from an audio file in memory
Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic Music( byte[] bytes )
Public Sub New ( bytes As Byte() )
public: Music( array<unsigned char>^ bytes )
new : bytes : byte[] -> Music
Parameters
- bytes
- Type: SystemByte
Byte array containing the file contents
Exceptions| Exception | Condition |
|---|---|
| LoadingFailedException |
See Also