// Copyright (c) 2007-2018 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE namespace osu.Game.Audio { /// /// Interface for objects that can own s. /// /// /// s can cancel the currently playing through the /// global if they're the owner of the playing . /// public interface IPreviewTrackOwner { } }