| class CVoIPUtilityFactory |
| Public Member Functions | |
|---|---|
| ~CVoIPUtilityFactory() | |
| IMPORT_C TInt | CreateBuffer(CVoIPDataBuffer *&, const CVoIPDataBuffer::TVoIPBufferType, const TVoIPCodecFormat) |
| IMPORT_C TInt | CreateDTMFTonePlayer(CDTMFTonePlayer *&) |
| IMPORT_C TInt | CreateDownlinkStream(const TVersion, const TVoIPCallType, CVoIPAudioDownlinkStream *&) |
| IMPORT_C TInt | CreateDownlinkStream(const TVersion, CVoIPJitterBufferIntfc *&, CVoIPAudioDownlinkStream *&) |
| IMPORT_C TInt | CreateFactory(CVoIPUtilityFactory *&) |
| IMPORT_C TInt | CreateUplinkStream(const TVersion, const TVoIPCallType, CVoIPAudioUplinkStream *&) |
| IMPORT_C TInt | GetSupportedDownlinkFormats(RArray< TVoIPCodecFormat > &) |
| IMPORT_C TInt | GetSupportedUplinkFormats(RArray< TVoIPCodecFormat > &) |
| Private Member Functions | |
|---|---|
| CVoIPUtilityFactory() | |
| void | ConstructL() |
| Public Member Enumerations | |
|---|---|
| enum | TVoIPCallType { EVoIPCall, EPoCCall } |
| Private Attributes | |
|---|---|
| CVoIPUtilityFactoryImpl * | iVoIPUtilityFactoryImpl |
| IMPORT_C TInt | CreateBuffer | ( | CVoIPDataBuffer *& | aBuffer, |
| const CVoIPDataBuffer::TVoIPBufferType | aType, | |||
| const TVoIPCodecFormat | aCodecFormat = EG711 | |||
| ) | ||||
?description
| CVoIPDataBuffer *& aBuffer | |
| const CVoIPDataBuffer::TVoIPBufferType aType | |
| const TVoIPCodecFormat aCodecFormat = EG711 |
| IMPORT_C TInt | CreateDTMFTonePlayer | ( | CDTMFTonePlayer *& | aDtmfPlayer | ) |
?description
| CDTMFTonePlayer *& aDtmfPlayer |
| IMPORT_C TInt | CreateDownlinkStream | ( | const TVersion | aVersion, |
| const TVoIPCallType | aCallType, | |||
| CVoIPAudioDownlinkStream *& | aDnLink | |||
| ) | ||||
?description
| const TVersion aVersion | |
| const TVoIPCallType aCallType | |
| CVoIPAudioDownlinkStream *& aDnLink |
| IMPORT_C TInt | CreateDownlinkStream | ( | const TVersion | aVersion, |
| CVoIPJitterBufferIntfc *& | aJBIntfc, | |||
| CVoIPAudioDownlinkStream *& | aDnLink | |||
| ) | ||||
?description
| const TVersion aVersion | |
| CVoIPJitterBufferIntfc *& aJBIntfc | |
| CVoIPAudioDownlinkStream *& aDnLink |
| IMPORT_C TInt | CreateFactory | ( | CVoIPUtilityFactory *& | aFactory | ) | [static] |
?description
| CVoIPUtilityFactory *& aFactory |
| IMPORT_C TInt | CreateUplinkStream | ( | const TVersion | aVersion, |
| const TVoIPCallType | aCallType, | |||
| CVoIPAudioUplinkStream *& | aUpLink | |||
| ) | ||||
?description
| const TVersion aVersion | |
| const TVoIPCallType aCallType | |
| CVoIPAudioUplinkStream *& aUpLink |
| IMPORT_C TInt | GetSupportedDownlinkFormats | ( | RArray< TVoIPCodecFormat > & | aFormats | ) |
?description
| RArray< TVoIPCodecFormat > & aFormats |
| IMPORT_C TInt | GetSupportedUplinkFormats | ( | RArray< TVoIPCodecFormat > & | aFormats | ) |
?description
| RArray< TVoIPCodecFormat > & aFormats |
| CVoIPUtilityFactoryImpl * | iVoIPUtilityFactoryImpl | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.