Songbird / Development / Songbird Add-Ons API Documentation

sbIContentTypeFormat Interface Reference

import "sbIContentTypeFormat.idl";

List of all members.

Public Attributes

readonly attribute ACString containerFormat
readonly attribute nsIUTF8StringEnumerator encodingFormats
readonly attribute nsIUTF8StringEnumerator decodingFormats


Detailed Description

Note:
Implementations of this interface must be threadsafe.

the formats may be either a content type or a GUID. This will be determined by whether the first character is a literal "{". The strings are in UTF8 (though they will be 7-bit ASCII in most instances).

Definition at line 40 of file sbIContentTypeFormat.idl.


Member Data Documentation

readonly attribute ACString sbIContentTypeFormat::containerFormat

The format of the media container. See above - may be a content type string ("application/ogg") or guid.

Definition at line 51 of file sbIContentTypeFormat.idl.

readonly attribute nsIUTF8StringEnumerator sbIContentTypeFormat::encodingFormats

The encoding formats (may be content type or guid)

Definition at line 56 of file sbIContentTypeFormat.idl.

readonly attribute nsIUTF8StringEnumerator sbIContentTypeFormat::decodingFormats

The decoding formats (may be content type or guid)

Definition at line 61 of file sbIContentTypeFormat.idl.


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:28:57 2009 for Songbird by  doxygen 1.5.2