[This is preliminary documentation and is subject to change.]
Parcel Media Information
Namespace:
OpenMetaverseAssembly: OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057
Syntax
| C# | Visual Basic | Visual C++ |
public struct ParcelMedia
Public Structure ParcelMedia
public value class ParcelMedia
Members
| All Members | Fields |
| Member | Description | |
|---|---|---|
| MediaAutoScale | A byte, if 0x1 viewer should auto scale media to fit object | |
| MediaDesc | A description of the media | |
| MediaHeight | An Integer which represents the height of the media | |
| MediaID | The Asset UUID of the Texture which when applied to a
primitive will display the media | |
| MediaLoop | A boolean, if true the viewer should loop the media | |
| MediaType | A string which contains the mime type of the media | |
| MediaURL | A URL which points to any Quicktime supported media type | |
| MediaWidth | An integer which represents the width of the media |
