Public Member Functions | |
void | getMIMETypes (out PRUint32 nMIMECount,[array, size_is(nMIMECount), retval] out wstring aMIMETypes) |
Get the entire list of supported mimetypes. | |
void | getExtensions (out PRUint32 nExtCount,[array, size_is(nExtCount), retval] out wstring aExts) |
Get the entire list of supported extensions. | |
Public Attributes | |
attribute AString | name |
The name of the media type set. | |
attribute AString | description |
The long description of the media type set. | |
attribute AString | majorType |
The primary major type string. | |
attribute AString | contentType |
The primary content type string. |
Definition at line 41 of file sbIMediaTranscoder.idl.
void sbIMediaType::getExtensions | ( | out PRUint32 | nExtCount, | |
[array, size_is(nExtCount), retval] out wstring | aExts | |||
) |
Get the entire list of supported extensions.
Return all the different extensions supported as part of this sbIMediaType.
nExtCount | The number of items in the array | |
aExts | The array of extension strings |
void sbIMediaType::getMIMETypes | ( | out PRUint32 | nMIMECount, | |
[array, size_is(nMIMECount), retval] out wstring | aMIMETypes | |||
) |
Get the entire list of supported mimetypes.
Return all the different mimetypes supported as part of this sbIMediaType.
nMIMECount | The number of items in the array | |
aMIMETypes | The array of mimetype strings |