class_eventstream.rst 811 B

1234567891011121314151617181920212223242526
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_EventStream:
  4. EventStream
  5. ===========
  6. **Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Inherited By:** :ref:`EventStreamChibi<class_eventstreamchibi>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Base class for all event-based stream drivers.
  12. Description
  13. -----------
  14. Base class for all event-based stream drivers. Event streams are music expressed as a series of events (note on, note off, instrument change...), as opposed to audio streams, which are just audio data. Examples of event-based streams are MIDI files, of MOD music.
  15. This class exposes no methods.