![]() |
Previous | Next |
The HighQualityAudioVideo property retrieves the standard Profile object with settings for high-quality audio and video.
Syntax
Application.ProfileManager.HighQualityAudioVideo
Possible Values
This property is a read-only Profile object.
Remarks
This property is a convenience method only. The Profile object which it retrieves may be different in a future release. In order to retrieve a Profile object with particular property values, use the ProfileManager.Count and ProfileManager.Item properties to iterate through the ProfileManager collection, and test for the desired values using the properties of the Profile object.
See Also
Previous | Next |