Ejemplo n.º 1
0
        public void stop()
        {
            frameBuffer.lockBuffer();
            frameBuffer.setTerminateOnEmpty();
            frameBuffer.clear();

            markerTracker.trigger(MarkerState.STOPPED);

            remoteNodeManager.onTrackEnd(null, track, AudioTrackEndReason.STOPPED);
        }