1#ifndef SKYWAY_MEDIA_STREAM_INTERFACE_LOCAL_LOCAL_DATA_STREAM_HPP_
2#define SKYWAY_MEDIA_STREAM_INTERFACE_LOCAL_LOCAL_DATA_STREAM_HPP_
4#include <skyway/core/stream/local/data_stream.hpp>
6#include "skyway/media/stream/interface/local/local_stream.hpp"
19 virtual bool Write(
const std::string& data)
const = 0;
22 virtual bool Write(
const uint8_t* data,
size_t length)
const = 0;