An object defining the format to transcode a still image to. More...
import"sbITranscodeProfile.idl";
Public Member Functions | |
void | Init (in AString mimetype, in unsigned long width, in unsigned long height) |
Public Attributes | |
readonly attribute AString | mimetype |
readonly attribute unsigned long | width |
readonly attribute unsigned long | height |
An object defining the format to transcode a still image to.
Definition at line 283 of file sbITranscodeProfile.idl.
void sbITranscodeImageProfile::Init | ( | in AString | mimetype, |
in unsigned long | width, | ||
in unsigned long | height | ||
) |
readonly attribute unsigned long sbITranscodeImageProfile::height |
Definition at line 295 of file sbITranscodeProfile.idl.
readonly attribute AString sbITranscodeImageProfile::mimetype |
Definition at line 289 of file sbITranscodeProfile.idl.
readonly attribute unsigned long sbITranscodeImageProfile::width |
Definition at line 292 of file sbITranscodeProfile.idl.