C# Class OpenMetaverse.ParcelMedia

Parcel Media Information
Datei anzeigen Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
MediaAutoScale byte
MediaDesc string
MediaHeight int
MediaID UUID
MediaLoop bool
MediaType string
MediaURL string
MediaWidth int

Property Details

MediaAutoScale public_oe property

A byte, if 0x1 viewer should auto scale media to fit object
public byte MediaAutoScale
return byte

MediaDesc public_oe property

A description of the media
public string MediaDesc
return string

MediaHeight public_oe property

An Integer which represents the height of the media
public int MediaHeight
return int

MediaID public_oe property

The Asset UUID of the Texture which when applied to a primitive will display the media
public UUID MediaID
return UUID

MediaLoop public_oe property

A boolean, if true the viewer should loop the media
public bool MediaLoop
return bool

MediaType public_oe property

A string which contains the mime type of the media
public string MediaType
return string

MediaURL public_oe property

A URL which points to any Quicktime supported media type
public string MediaURL
return string

MediaWidth public_oe property

An integer which represents the width of the media
public int MediaWidth
return int