Harlequin RIP SDK
SWMSG_RR_ELEMENT_UPDATE_RASTER Struct Reference

Internal HVD element update message, sent with the SWEVT_RR_ELEMENT_UPDATE_RASTER event. More...

#include "rrevents.h"

Data Fields

void * connection
 
sw_tl_ref timeline
 
const uint8id
 
uintptr_t raster
 
size_t size
 

Detailed Description

Internal HVD element update message, sent with the SWEVT_RR_ELEMENT_UPDATE_RASTER event.

Update the raster element with the given values for raster and size. Only used in Internal HVD: not relevant for External HVD.

Field Documentation

◆ connection

void* SWMSG_RR_ELEMENT_UPDATE_RASTER::connection

Opaque handle to the connection to which this event is relevant. All handlers whose connection handle doesn't match should immediately return SW_EVENT_CONTINUE.

◆ id

const uint8* SWMSG_RR_ELEMENT_UPDATE_RASTER::id

Unique ID, length RR_ELEMENT_ID_LENGTH.

◆ raster

uintptr_t SWMSG_RR_ELEMENT_UPDATE_RASTER::raster

Opaque handle to the raster data itself.

◆ size

size_t SWMSG_RR_ELEMENT_UPDATE_RASTER::size

Size of the raster data in bytes.

◆ timeline

sw_tl_ref SWMSG_RR_ELEMENT_UPDATE_RASTER::timeline

Identifies the job containing the pages.


The documentation for this struct was generated from the following file: