-
public class RiveAudio.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RiveAudio.CompanionINSTANCE
-
Method Summary
-
-
Method Detail
-
make
final RiveAudio make(ByteArray bytes, RendererType rendererType)
Creates a RiveAudio for the caller decoding bytes. The caller is in charge of the ownership of this NativeObject. It can be freed calling release
- Parameters:
bytes- Encoded bytes for an audio file.rendererType- The renderer decoding this object.
-
-
-
-