#include <sbTranscodeProfileLoader.h>
Definition at line 45 of file sbTranscodeProfileLoader.h.
sbTranscodeProfileLoader::sbTranscodeProfileLoader |
( |
| ) |
|
nsresult sbTranscodeProfileLoader::GetType |
( |
nsIDOMNode * |
aTypeNode, |
|
|
PRUint32 * |
_retval |
|
) |
| |
|
protected |
Get the transcode type specified in the XML node
- Parameters
-
[in] | aTypeNode | the DOM node with the type data |
- Returns
- the type constant
- See Also
- sbITranscodeProfile::TRANSCODE_TYPE_*
Definition at line 251 of file sbTranscodeProfileLoader.cpp.
nsresult sbTranscodeProfileLoader::LoadProfileInternal |
( |
| ) |
|
|
protected |
Internal main-thread only implementation of LoadProfile
- Parameters
-
[in] | mFile | the file to load the profile from |
[out] | mProfile | the profile loaded |
Definition at line 113 of file sbTranscodeProfileLoader.cpp.
Process the given attribute node and fill out the attribute data
- Parameters
-
[in] | aPropertyElement | the XML element with attribute data to read |
- Returns
- the parsed transcode attribute
Definition at line 278 of file sbTranscodeProfileLoader.cpp.
Process the container element and set the properties on the given profile
- Parameters
-
[in] | aProfile | the transcode profile to modify |
[in] | aContainerType | the type of the container |
[out] | aContainer | the container XML element to parse |
Definition at line 428 of file sbTranscodeProfileLoader.cpp.
Process the given property node and fill out the property data
- Parameters
-
[in] | aPropertyElement | the XML element with property data to read |
- Returns
- the parsed transcode property
Definition at line 331 of file sbTranscodeProfileLoader.cpp.
nsCOMPtr<nsIFile> sbTranscodeProfileLoader::mFile |
|
protected |
nsresult sbTranscodeProfileLoader::mResult |
|
protected |
The documentation for this class was generated from the following files: