[This is preliminary documentation and is subject to change.]

Parcel Media Information

Namespace:  OpenMetaverse
Assembly:  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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

See Also