sbIMediaType Interface Reference

An object to represent a requested or supported set of mimetypes. More...

List of all members.

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.


Detailed Description

An object to represent a requested or supported set of mimetypes.

Todo:
Stub interface. Currently unimplemented.
See also:
sbIMediaTranscoderManager, sbIMediaTranscoder, sbIMediaTranscoderCallback

Definition at line 41 of file sbIMediaTranscoder.idl.


Member Function Documentation

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.

Parameters:
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.

Parameters:
nMIMECount The number of items in the array
aMIMETypes The array of mimetype strings


The documentation for this interface was generated from the following file:
Generated on Mon Aug 21 21:01:55 2006 for Songbird by  doxygen 1.4.7