Content Type |
MMAPI Controls |
---|---|
audio |
RecordControl |
image |
GUIControl, VideoControl |
video |
GUIControl, VideoControl |
Other data types besides the ones displayed in the above table can be
supported, depending on the platform version and the product. They can be
queried dynamically by calling Manager.getSupportedContentTypes(null)
.
The call returns all supported content types for all protocols, including capture-only content types. In addition, a protocol name string can be used instead of null to get the content types supported by a specific protocol. An example follows:
Manager.getSupportedContentTypes("capture");
For further information on Series 40 multimedia capabilities, see Audio and Video at Forum Nokia.