import "sbIContentTypeFormat.idl";
Public Attributes | |
readonly attribute ACString | containerFormat |
readonly attribute nsIUTF8StringEnumerator | encodingFormats |
readonly attribute nsIUTF8StringEnumerator | decodingFormats |
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.
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.