Property | Type | Description | |
---|---|---|---|
AgentID | UUID | ||
AssetService | IAssetService | ||
DiscardLevel | sbyte | ||
HasAsset | bool | ||
InventoryAccessModule | IInventoryAccessModule | ||
IsDecoded | bool | ||
J2KDecoder | IJ2KDecoder | ||
LastSequence | uint | ||
Layers | OpenMetaverse.Imaging.OpenJPEG.J2KLayerInfo[] | ||
Priority | float | ||
StartPacket | uint | ||
TextureID | UUID |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RunUpdate ( ) : void | ||
SendPackets ( LLClientView client, int packetsToSend, int &packetsSent ) : bool |
Sends packets for this texture to a client until packetsToSend is hit or the transfer completes
|
Method | Description | |
---|---|---|
AssetDataCallback ( UUID AssetID, |
||
AssetReceived ( string id, object sender, |
||
CurrentBytePosition ( ) : int | ||
GetPacketForBytePosition ( int bytePosition ) : int | ||
J2KDecodedCallback ( UUID AssetId, |
||
LastPacketSize ( ) : int | ||
SendFirstPacket ( LLClientView client ) : bool | ||
SendPacket ( LLClientView client ) : bool | ||
TexturePacketCount ( ) : ushort |
public SendPackets ( LLClientView client, int packetsToSend, int &packetsSent ) : bool | ||
client | LLClientView | Reference to the client that the packets are destined for |
packetsToSend | int | Maximum number of packets to send during this call |
packetsSent | int | Number of packets sent during this call |
return | bool |
public IInventoryAccessModule InventoryAccessModule | ||
return | IInventoryAccessModule |
public OpenJPEG.J2KLayerInfo[],OpenMetaverse.Imaging Layers | ||
return | OpenMetaverse.Imaging.OpenJPEG.J2KLayerInfo[] |