MxstMetadataInput

Description

Defines the structure of metadata received by the stream.

Structure Definition

1
2
3
4
5
struct MxstMetadataInput {
    std::string dataSource;
    std::shared_ptr<google::protobuf::Message> messagePtr;
    void *reservedPtr = nullptr;
};

Parameters

Parameter

Input/Output

Description

dataSource

Input

dataSource used for mounting metadata, which is used by downstream plugins to obtain metadata

messagePtr

Input

Smart pointer corresponding to the metadata

reservedPtr

Input

Reserved pointer