MxMetadataOutput

Function

Defines the metadata output by the stream.

Structure Definition

class MxMetadataOutput:
    def __init__(self):
        self.errorCode = None
        self.errorMsg = None
        self.dataType= None
        self.serializedMetadata = None

Parameter Description

Parameter

Type

Description

errorCode

int

Output error code

errorMsg

bytes

Output error information

dataType

bytes

Data type of metadata

serializedMetadata

bytes

Serialized metadata