Descriptor.parseCa

Extracts the Conditional Access information from descriptor.

class Descriptor
bool
parseCa
(
out ushort caSystemId
,
out ushort caPid
,
out ubyte[] privateData
)

Parameters

caSystemId ushort

the type of CA system used

caPid ushort

The PID containing ECM or EMM data

privateData ubyte[]

The private data

Return Value

Type: bool

TRUE if parsing succeeded, else FALSE.