TAvdtpMediaCodecCapabilities Class Reference

class TAvdtpMediaCodecCapabilities : public TAvdtpServiceCapability

Represents the Media Codec Capability of AVDTP.

Inherits from

Constructor & Destructor Documentation

TAvdtpMediaCodecCapabilities(SymbianBluetoothAV::TBluetoothMediaType, TBluetoothMediaCodecType, TInt)

TAvdtpMediaCodecCapabilities ( SymbianBluetoothAV::TBluetoothMediaType aMediaType,
TBluetoothMediaCodecType aCodecType,
TInt aLOSC
) [protected]

Parameters

SymbianBluetoothAV::TBluetoothMediaType aMediaType
TBluetoothMediaCodecType aCodecType
TInt aLOSC

Member Functions Documentation

AllocCodecFromPDUL(const TDesC8 &)

TAvdtpMediaCodecCapabilities * AllocCodecFromPDUL ( const TDesC8 & aBuf ) [static]

Allocate a concrete codec capability from an AVDTP-protocol domain buffer

Parameters

const TDesC8 & aBuf

MediaCodecType()

IMPORT_C TBluetoothMediaCodecType MediaCodecType ( ) const

Returns the media codec type SymbianBluetoothAV::TBluetoothMediaType

MediaType()

IMPORT_C SymbianBluetoothAV::TBluetoothMediaType MediaType ( ) const

Returns the media type SymbianBluetoothAV::TBluetoothMediaType

Parse(const TDesC8 &)

IMPORT_C void Parse ( const TDesC8 & aPtr ) [virtual]

Parse AVDTP protocol-domain buffer representing media codec capabilities into this

Parameters

const TDesC8 & aPtr the buffer

Member Data Documentation

TBluetoothMediaCodecType iMediaCodecType

TBluetoothMediaCodecType iMediaCodecType [protected]

SymbianBluetoothAV::TBluetoothMediaType iMediaType

SymbianBluetoothAV::TBluetoothMediaType iMediaType [protected]