mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
24 lines
664 B
ReStructuredText
24 lines
664 B
ReStructuredText
.. _class_EventStream:
|
|
|
|
EventStream
|
|
===========
|
|
|
|
**Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Inherited By:** :ref:`EventStreamChibi<class_eventstreamchibi>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Base class for all event-based stream drivers.
|
|
|
|
Description
|
|
-----------
|
|
|
|
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.
|
|
|
|
This class exposes no methods.
|
|
|