chromium/components/cast_streaming/browser/common/demuxer_stream_client.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_CAST_STREAMING_BROWSER_COMMON_DEMUXER_STREAM_CLIENT_H_
#define COMPONENTS_CAST_STREAMING_BROWSER_COMMON_DEMUXER_STREAM_CLIENT_H_

#include "base/functional/callback.h"

namespace cast_streaming {

// This class acts as a client to act upon state changes of the DemuxerStream
// and DemuxerStreamDataProvider with which it is associated.
class DemuxerStreamClient {};

}  // namespace cast_streaming

#endif  // COMPONENTS_CAST_STREAMING_BROWSER_COMMON_DEMUXER_STREAM_CLIENT_H_