sbITranscodeProfileProperty Interface Reference

import"sbITranscodeProfile.idl";

Inheritance diagram for sbITranscodeProfileProperty:
[legend]
Collaboration diagram for sbITranscodeProfileProperty:
[legend]

Public Attributes

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
 

Detailed Description

Definition at line 245 of file sbITranscodeProfile.idl.

Member Data Documentation

readonly attribute boolean sbITranscodeProfileProperty::hidden

If true, this property should not be output (instead it should be used for calcuating a different property)

Definition at line 262 of file sbITranscodeProfile.idl.

readonly attribute ACString sbITranscodeProfileProperty::mapping

If set, this property should be set based on another property Values beginning with @ indicate a special mapping; for example, "@bitrate" on a video property might read from sbIMediaFormatVideo::bitrate

Definition at line 269 of file sbITranscodeProfile.idl.

readonly attribute AString sbITranscodeProfileProperty::propertyName

Definition at line 248 of file sbITranscodeProfile.idl.

readonly attribute ACString sbITranscodeProfileProperty::scale

A scale value (expressed as a fraction) for the mapping

Definition at line 274 of file sbITranscodeProfile.idl.

attribute nsIVariant sbITranscodeProfileProperty::value

Definition at line 256 of file sbITranscodeProfile.idl.

readonly attribute nsIVariant sbITranscodeProfileProperty::valueMax

Definition at line 253 of file sbITranscodeProfile.idl.

readonly attribute nsIVariant sbITranscodeProfileProperty::valueMin

Definition at line 251 of file sbITranscodeProfile.idl.


The documentation for this interface was generated from the following file: