Skip to content

T_MSCLoader_ModAudioStream

piotrulos edited this page Apr 7, 2023 · 4 revisions

ModAudioStream Class

Audio library (Play online mp3 streams)

Inheritance Hierarchy

System.Object
  Object
    Component
      Behaviour
        MonoBehaviour
          MSCLoader.ModAudioStream
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public class ModAudioStream : MonoBehaviour

View Source
The ModAudioStream type exposes the following members.

Methods

 

Name Description
Public method PlayStream Plays the stream
Public method StopStream Stops the stream
  Back to Top

Fields

 

Name Description
Public field audioSource Your AudioSource goes here
Public field showDebug Show debug info
Public field songInfo Song info readed from metadata (if available)
  Back to Top

See Also

Reference

MSCLoader Namespace

Clone this wiki locally