DVBCore  17.9.0
Open Source DVB Engine
 All Data Structures Files Functions Typedefs Macros Pages
Functions
ap_ca.h File Reference

Application level CA control functions. More...

#include "techtype.h"

Go to the source code of this file.

Functions

BOOLEAN ACA_AcquireCADescrambler (U8BIT path, void *s_ptr)
 Acquires a CA descrambler for the given path on the given service if needed. No CA descrambler is acquired if a CI slot has been already acquired (CI takes precedence) or if a CA descrambler is already associated to this path. More...
 

Detailed Description

Application level CA control functions.

Date
October 2011
Author
Ocean Blue

Function Documentation

BOOLEAN ACA_AcquireCADescrambler ( U8BIT  path,
void *  s_ptr 
)

Acquires a CA descrambler for the given path on the given service if needed. No CA descrambler is acquired if a CI slot has been already acquired (CI takes precedence) or if a CA descrambler is already associated to this path.


Parameters
path- decode path
s_ptr- service to be used on the path
Returns
TRUE if the CA path has been successfully acquired, FALSE otherwise.