Interface TINAPartyPaSBUsage::i_PartyGeneralStreamInfo

interface i_PartyGeneralStreamInfo
inherits from TINAPartyPaSBUsage::i_GeneralStreamInfo

Operation Index

SFEPDistribPartyGSInfo
SIDistribPartyGSInfo
confirmPartyGSInfo
failurePartyGSInfo
notifyWithdrawnElementsPartyGSInfo

Operations

SFEPDistribPartyGSInfo
oneway void SFEPDistribPartyGSInfo(in TINACommonTypes::t_SessionId sessionId,
                                   in TINAStreamCommonTypes::t_SBId sbId,
                                   in TINAStreamCommonTypes::t_SFEPServDescList newSFEPs);
SIDistribPartyGSInfo
oneway void SIDistribPartyGSInfo(in TINACommonTypes::t_SessionId sessionId,
                                 in TINAStreamCommonTypes::t_SBId sbId,
                                 in TINAStreamCommonTypes::t_SIDescList newSIs);
confirmPartyGSInfo
oneway void confirmPartyGSInfo(in TINACommonTypes::t_SessionId sessionId,
                               in TINAStreamCommonTypes::t_RequestId reqId,
                               in TINAStreamCommonTypes::t_RequestType reqType,
                               in TINAStreamCommonTypes::t_SBBindState info);
failurePartyGSInfo
oneway void failurePartyGSInfo(in TINACommonTypes::t_SessionId sessionId,
                               in TINAStreamCommonTypes::t_RequestId reqId,
                               in TINAStreamCommonTypes::t_RequestType reqType,
                               in TINAStreamCommonTypes::t_FailureCode error,
                               in boolean additionalInfo,
                               in TINAStreamCommonTypes::t_ReqProblem reqProblem);
notifyWithdrawnElementsPartyGSInfo
oneway void notifyWithdrawnElementsPartyGSInfo(in TINACommonTypes::t_SessionId sessionId,
                                               in TINAStreamCommonTypes::t_SBId sbId,
                                               in TINACommonTypes::t_ElementIdList gone);

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