// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CAST_STREAMING_SENDER_MESSAGE_H_ #define CAST_STREAMING_SENDER_MESSAGE_H_ #include <memory> #include <string> #include <vector> #include "absl/types/variant.h" #include "cast/streaming/public/offer_messages.h" #include "json/value.h" #include "platform/base/error.h" #include "util/osp_logging.h" namespace openscreen::cast { struct SenderMessage { … }; } // namespace openscreen::cast #endif // CAST_STREAMING_SENDER_MESSAGE_H_