Ejemplo n.º 1
0
        [Command(11)] // 4.0.0+
        // FlushAudioOutBuffers() -> b8
        public ResultCode FlushAudioOutBuffers(ServiceCtx context)
        {
            bool heldBuffers = _audioOut.FlushBuffers(_track);

            context.ResponseData.Write(heldBuffers);

            return(ResultCode.Success);
        }