Parameters
| subscrId | The identifier for a subscription request. Identifiers can be obtained from a separate interface.
|
| Cookie | Cookie that will be returned to user for every notification of section.
|
| CrcStatus | Result of the CRC check on the notified section.
|
| PSize | Size of the available data, in bytes (excluding any buffer wrap-around)
|
| PAddr | Memory pointer pointing at the start of the available data.
|
| SSize | Size of the available data in the second part, in bytes, in case of a buffer wrap-around. Zero, otherwise.
|
| SAddr | Memory pointer pointing at the start of the available data in the second part, in case of a buffer wrap-around.
|
Parameters
| subscrId | The identifier for a subscription request. Identifiers can be obtained from a separate interface.
|
| Cookie | Cookie that will be returned to user for every notification of PES.
|
| PSize | Size of the available data, in bytes (excluding any buffer wrap-around)
|
| PAddr | Memory pointer pointing at the start of the available data.
|
| SSize | Size of the available data in the second part, in bytes, in case of a buffer wrap-around. Zero, otherwise.
|
| SAddr | Memory pointer pointing at the start of the available data in the second part, in case of a buffer wrap-around.
|