[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Channel Info=Creates a sample stream from file [Property] Name=Sets the name of the component. ARG(string)|2| FileName=Sets the file name from where to load the music. ARG(string)|2| Offset=Sets file offset to load the MOD music from. ARG(long)|2| Length=Sets number of bytes. ARG(int)|1|0 Flags=Sets a combination of flags. ARG(BASSFlag)|20|(empty)|BASSFlag [Methods] doStream=Creates a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plugin supported file. ARG(string filename, long offset, long length, BASSFlag flags)|1|0 *doStream2=Creates a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plugin supported memory IntPtr. ARG(IntPtr memory, long offset, long length, BASSFlag flags)|1|0 onStream=Occurs after invoke the method doStream and returns the result. ARG(int)|2|1 Stream=Returns the sample stream. ARG(int)|3|1 Count=Returns the number of bytes. ARG(long)|3|105 FileName=Defines the file name from where to load the music. ARG(string)|4|2 Offset=Defines file offset to load the MOD music from. ARG(long)|4|105 Length=Defines number of bytes. ARG(int)|4|1 Flags=Defines a combination of flags. ARG(BASSFlag)|4|0 *memory=Defines a managed memory location as a byte[]. ARG(byte[])|4|13