Firelight Technologies FMOD Studio API
Studio::EventDescription::isStream
Retrieves the event's stream status, indicating whether the event contains one or more streamed sounds.
C++ Syntax
FMOD_RESULT Studio::EventDescription::isStream(
bool *isStream
);
C Syntax
FMOD_RESULT FMOD_Studio_EventDescription_IsStream(
FMOD_STUDIO_EVENTDESCRIPTION *eventdescription,
FMOD_BOOL *isStream
);
C# Syntax
RESULT Studio.EventDescription.isStream(
out bool isStream
);
JavaScript Syntax
EventDescription.isStream(
isStream // writes value to isStream.val
);
Parameters
- isStream
- Address of a variable to receive the stream status.
Return Values
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
Version 1.10.03 Built on Feb 1, 2018