// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. module media_session.mojom; // If a media controller would like to seek a media session by "a few seconds" // this should be the default number of seconds to seek by. const int32 kDefaultSeekTimeSeconds = 5;