28 #ifndef __SB_TRANSCODEPROFILEPROPERTY_H__
29 #define __SB_TRANSCODEPROFILEPROPERTY_H__
31 #include <sbITranscodeProfile.h>
34 #include <nsStringGlue.h>
42 NS_DECL_SBITRANSCODEPROFILEPROPERTY
51 nsresult
SetMapping(
const nsACString & aMapping);
52 nsresult
SetScale(
const nsACString & aScale);
55 ~sbTranscodeProfileProperty();
nsresult SetValueMax(nsIVariant *aValueMax)
nsresult SetValueMin(nsIVariant *aValueMin)
nsCOMPtr< nsIVariant > mValueMin
nsresult SetMapping(const nsACString &aMapping)
PRBool mHidden
If true, this property should not be output (instead it should be used for calcuating a different pro...
nsresult SetPropertyName(const nsAString &aPropertyName)
NS_DECL_ISUPPORTS NS_DECL_SBITRANSCODEPROFILEPROPERTY sbTranscodeProfileProperty()
nsresult SetHidden(const PRBool aHidden)
nsCOMPtr< nsIVariant > mValue
nsCOMPtr< nsIVariant > mValueMax
nsresult SetScale(const nsACString &aScale)