BaseParse.disablePassthrough

Get disablePassthrough property.

  1. bool disablePassthrough [@property getter]
    class BaseParse
    @property
    bool
    disablePassthrough
    ()
  2. bool disablePassthrough [@property setter]

Return Value

Type: bool

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).