QuickTimeObjectProperties Members
Provides settings for QuickTime objects (QuickTime Video and QuickTime VR (virtual reality)).Constructors
| Name | Description |
|---|---|
| QuickTimeObjectProperties() | Initializes a new instance of the QuickTimeObjectProperties class with default settings. |
| QuickTimeObjectProperties(ASPxObjectContainer) | Initializes a new instance of the QuickTimeObjectProperties class with the specified owner. |
Properties
| Name | Description |
|---|---|
| AutoPlay | Gets or sets a value that specifies whether a QuickTime object will begin playback automatically. |
| Controller | Gets or sets whether the movie controller is displayed. |
| FieldOfView | Gets or sets the field of view angle for a QuickTime VR movie. |
| Loop | Gets or sets whether a Quick Time movie repeats indefinitely, or stops when it reaches the last frame. |
| PanAngle | Gets or sets the pan angle for a QuickTime VR movie. |
| PluginVersion | Gets or sets the Quick Time Player plug-in version. |
| TiltAngle | Gets or sets a value that specifies the tilt angle for a QuickTime VR movie. |
| Volume | Gets or sets the current playback volume. |
Methods
| Name | Description |
|---|---|
| Assign(ObjectProperties) | Copies public properties from the specified ObjectProperties object to the current one. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also