class TSoundFormatsSupportedV02 |
The main audio capabilities class. This is used by the LDD to get either the play or record capabilities of a particular sound device once a channel to it has been opened.
TUint32 | iChannels |
The audio channel configurations supported by this unit - a bitfield.
TSoundDirection | iDirection |
The data transfer direction for this unit: play or record. TSoundDirection.
TBool | iHwConfigNotificationSupport |
Indicates whether this unit is capable of detecting changes in its hardware configuration.
TInt | iRequestAlignment |
The logarithm to base 2 of the alignment required for request arguments. All requests to play or record data must specify locations in the shared chunk which conform to this alignment. For example, iRequestAlignment of 1 is 2 byte aligned (2^1), 2 is 4 byte aligned (2^2) etc.
TInt | iRequestMinSize |
The minimum request size that the device can support. All requests to play or record data must be of a length that is a multiple of this value.
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.