|
|
|
Location:
Mdasound.h
class RMdaDevSound : public RBusLogicalChannel;
This class is internal and not intended for use.
|
Defined in RMdaDevSound:
BytesPlayed(), CancelNotifyPlayError(), CancelNotifyRecordError(), CancelPlayData(), CancelRecordData(), EBuildVersionNumber, EMajorVersionNumber, EMdaControlBytesPlayed, EMdaControlFlushPlayBuffer, EMdaControlFlushRecordBuffer, EMdaControlGetPlayFormat, EMdaControlGetPlayVolume, EMdaControlGetRecordFormat, EMdaControlGetRecordLevel, EMdaControlIsMdaSound, EMdaControlPlayFormatsSupported, EMdaControlRecordFormatsSupported, EMdaControlResetBytesPlayed, EMdaControlSetPlayFormat, EMdaControlSetPlayVolume, EMdaControlSetRecordFormat, EMdaControlSetRecordLevel, EMdaRequestPlayData, EMdaRequestPlayErrorNotification, EMdaRequestRecordData, EMdaRequestRecordErrorNotification, EMdaSoundEncoding16BitPCM, EMdaSoundEncoding8BitALaw, EMdaSoundEncoding8BitMuLaw, EMdaSoundEncoding8BitPCM, EMinorVersionNumber, FlushPlayBuffer(), FlushRecordBuffer(), GetPlayFormat(), GetRecordFormat(), IsMdaSound(), NotifyPlayError(), NotifyRecordError(), Open(), PlayData(), PlayFormatsSupported(), PlayVolume(), RecordData(), RecordFormatsSupported(), RecordLevel(), ResetBytesPlayed(), SetPlayFormat(), SetPlayVolume(), SetRecordFormat(), SetRecordLevel(), TCurrentSoundFormat, TCurrentSoundFormatBuf, TMdaControl, TMdaRequest, TMdaSoundEncoding, TSoundFormatsSupported, TSoundFormatsSupportedBuf, TVer, VersionRequired()
Inherited from RBusLogicalChannel:
CheckBusStatus(),
DoCancel(),
DoCheckBusStatus(),
DoControl(),
DoCreate(),
DoRequest(),
DoSvControl()
Inherited from RHandleBase:
Close(),
Duplicate(),
Handle(),
SetHandle()
inline TInt Open(TInt aUnit=KNullUnit);
This member is internal and not intended for use.
inline TVersion VersionRequired() const;
This member is internal and not intended for use.
inline void PlayFormatsSupported(TSoundFormatsSupportedBuf& aFormatsSupported);
This member is internal and not intended for use.
inline void GetPlayFormat(TCurrentSoundFormatBuf& aFormat);
This member is internal and not intended for use.
inline TInt SetPlayFormat(const TCurrentSoundFormatBuf& aFormat);
This member is internal and not intended for use.
inline void SetPlayVolume(TInt aVolume);
This member is internal and not intended for use.
inline void PlayData(TRequestStatus& aStatus, const TDesC8& aData);
This member is internal and not intended for use.
inline void NotifyPlayError(TRequestStatus& aStatus);
This member is internal and not intended for use.
inline void RecordFormatsSupported(TSoundFormatsSupportedBuf& aFormatsSupported);
This member is internal and not intended for use.
inline void GetRecordFormat(TCurrentSoundFormatBuf& aFormat);
This member is internal and not intended for use.
inline TInt SetRecordFormat(const TCurrentSoundFormatBuf& aFormat);
This member is internal and not intended for use.
inline void SetRecordLevel(TInt aLevel);
This member is internal and not intended for use.
inline void RecordData(TRequestStatus& aStatus, TDes8& aData);
This member is internal and not intended for use.
inline void NotifyRecordError(TRequestStatus& aStatus);
This member is internal and not intended for use.
class TSoundFormatsSupported;
This class is internal and not intended for use.
Defined in RMdaDevSound::TSoundFormatsSupported:
iChannels, iEncodings, iMaxBufferSize, iMaxRate, iMaxVolume, iMinBufferSize, iMinRate, iMinVolume
iMinRateTInt iMinRate;
This member is internal and not intended for use.
iMaxRateTInt iMaxRate;
This member is internal and not intended for use.
iEncodingsTUint32 iEncodings;
This member is internal and not intended for use.
iChannelsTInt iChannels;
This member is internal and not intended for use.
iMinBufferSizeTInt iMinBufferSize;
This member is internal and not intended for use.
iMaxBufferSizeTInt iMaxBufferSize;
This member is internal and not intended for use.
iMinVolumeTInt iMinVolume;
This member is internal and not intended for use.
iMaxVolumeTInt iMaxVolume;
This member is internal and not intended for use.
class TCurrentSoundFormat;
This class is internal and not intended for use.
Defined in RMdaDevSound::TCurrentSoundFormat:
iBufferSize, iChannels, iEncoding, iRate
iRateTInt iRate;
This member is internal and not intended for use.
iEncodingTMdaSoundEncoding iEncoding;
This member is internal and not intended for use.
iChannelsTInt iChannels;
This member is internal and not intended for use.
iBufferSizeTInt iBufferSize;
This member is internal and not intended for use.
TVer
This member is internal and not intended for use.
|
TMdaRequest
This member is internal and not intended for use.
|
TMdaControl
This member is internal and not intended for use.
|
TMdaSoundEncoding
This member is internal and not intended for use.
|
typedef TPckgBuf<TSoundFormatsSupported> TSoundFormatsSupportedBuf;
This member is internal and not intended for use.
typedef TPckgBuf<TCurrentSoundFormat> TCurrentSoundFormatBuf;
This member is internal and not intended for use.