// Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. 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 { } }