Module TINAPartyPaSBUsage


Interface Index

i_GeneralStreamInfo
i_PartyGeneralStreamInfo
i_PartyPaSBExe
i_PartyPaSBInfo

Exception Index

e_PaSBPartyExeError
e_PaSBPartySetupError

Enum Index

t_PaSBPartyExeErrors
t_PaSBPartySetupErrors

Exceptions

e_PaSBPartyExeError
exception e_PaSBPartyExeError
{
    t_PaSBPartyExeErrors errorCode;
    TINACommonTypes::t_ElementId problemEl;
};
e_PaSBPartySetupError
exception e_PaSBPartySetupError
{
    t_PaSBPartySetupErrors errorCode;
    TINACommonTypes::t_ElementId problemEl;
};

Enums

t_PaSBPartyExeErrors
enum t_PaSBPartyExeErrors
{
    PaSBPartyExe_InvalidSBId,
    PaSBPartyExe_InvalidSBOp,
    PaSBPartyExe_CannotComply,
    PaSBPartyExe_InvalidState
};
t_PaSBPartySetupErrors
enum t_PaSBPartySetupErrors
{
    PaSBPartySetup_InvalidSBId,
    PaSBPartySetup_InvalidSBOp,
    PaSBPartySetup_UnknownSBType,
    PaSBPartySetup_UnknownMediaType,
    PaSBPartySetup_IncompatibleParameters,
    PaSBPartySetup_UnknownCritieria,
    PaSBPartySetup_InvalidCriteria,
    PaSBPartySetup_UnsupportedCritieria,
    PaSBPartySetup_QoSCannotBeMet,
    PaSBPartySetup_InsufficientResources
};

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)