Class CustomAudioSource

    • Constructor Detail

      • CustomAudioSource

        protected CustomAudioSource​(java.lang.String tag,
                                    long handle)
    • Method Detail

      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable
      • release

        public void release()
        Releases the custom audio source instance. This method must be called when the CustomAudioSource is no longer being used. The custom audio source cannot be used after this method is called.
        Specified by:
        release in interface Releasable