Module: Seal::Source::Type
- Defined in:
- src/rubyext.c,
src/rubyext.c
Overview
A collection of Source types.
A source not attached to anything is of the UNDETERMINED type. A source that is attached to a buffer will become the STATIC type. A source that is attached to a stream will become the STREAMING type.
Constant Summary
- UNDETERMINED =
Sources with no audio attached.
name2sym(UNDETERMINED_SYM)
- STATIC =
Sources with an audio buffer attached.
name2sym(STATIC_SYM)
- STREAMING =
Sources with an audio stream attached.
name2sym(STREAMING_SYM)