OXY-SYNC-CONTAINER 1.0
OXY-SYNC-CONTAINER Library Documentation
Loading...
Searching...
No Matches
oxy::sync::api::plugin::stream_t Struct Reference

Represents a data stream with associated metadata. More...

#include <plugin.hpp>

Public Attributes

std::string file_path
 The file path of the data stream.
std::string metadata
 Additional metadata associated with the data stream.
std::string mime_code
 The MIME type of the data stream.

Detailed Description

Represents a data stream with associated metadata.

This structure encapsulates information about a data stream, including the file path, MIME type, and additional metadata.