#include <sbTranscodeProfileProperty.h>
|
readonly attribute AString | propertyName |
|
readonly attribute nsIVariant | valueMin |
|
readonly attribute nsIVariant | valueMax |
|
attribute nsIVariant | value |
|
readonly attribute boolean | hidden |
| If true, this property should not be output (instead it should be used for calcuating a different property) More...
|
|
readonly attribute ACString | mapping |
|
readonly attribute ACString | scale |
|
NS_DECL_ISUPPORTS NS_DECL_SBITRANSCODEPROFILEPROPERTY sbTranscodeProfileProperty::sbTranscodeProfileProperty |
( |
| ) |
|
nsresult sbTranscodeProfileProperty::SetHidden |
( |
const PRBool |
aHidden | ) |
|
nsresult sbTranscodeProfileProperty::SetMapping |
( |
const nsACString & |
aMapping | ) |
|
nsresult sbTranscodeProfileProperty::SetPropertyName |
( |
const nsAString & |
aPropertyName | ) |
|
nsresult sbTranscodeProfileProperty::SetScale |
( |
const nsACString & |
aScale | ) |
|
nsresult sbTranscodeProfileProperty::SetValueMax |
( |
nsIVariant * |
aValueMax | ) |
|
nsresult sbTranscodeProfileProperty::SetValueMin |
( |
nsIVariant * |
aValueMin | ) |
|
PRBool sbTranscodeProfileProperty::mHidden |
|
protected |
If true, this property should not be output (instead it should be used for calcuating a different property)
Definition at line 74 of file sbTranscodeProfileProperty.h.
nsCString sbTranscodeProfileProperty::mMapping |
|
protected |
string key for a mapping; if not empty, the value of this property should be set from the other property given.
Definition at line 80 of file sbTranscodeProfileProperty.h.
nsString sbTranscodeProfileProperty::mPropertyName |
|
protected |
nsCString sbTranscodeProfileProperty::mScale |
|
protected |
a scaling factor, expressed as a fraction; the output value of this property should be multiplied by this fraction.
Definition at line 86 of file sbTranscodeProfileProperty.h.
nsCOMPtr<nsIVariant> sbTranscodeProfileProperty::mValue |
|
protected |
nsCOMPtr<nsIVariant> sbTranscodeProfileProperty::mValueMax |
|
protected |
nsCOMPtr<nsIVariant> sbTranscodeProfileProperty::mValueMin |
|
protected |
The documentation for this class was generated from the following files: