C# Class OpenMetaverse.ParcelMedia

Parcel Media Information
Show file 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 property

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

MediaDesc public property

A description of the media
public string MediaDesc
return string

MediaHeight public property

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

MediaID public property

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

MediaLoop public property

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

MediaType public property

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

MediaURL public property

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

MediaWidth public property

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