[ NoAccessorMethod ]
public bool disable_passthrough { get; set; }
If set to true
, baseparse will unconditionally force parsing of the incoming data.
This can be required in the rare cases where the incoming side-data (caps, pts, dts, ...) is not trusted by the user and wants to force
validation and parsing of the incoming data. If set to false
, decision of whether to parse the data or not is up to the
implementation (standard behaviour).