Constant rsmpeg::ffi::AVAppToDevMessageType_AV_APP_TO_DEV_WINDOW_REPAINT[][src]

pub const AVAppToDevMessageType_AV_APP_TO_DEV_WINDOW_REPAINT: u32 = 1380274241; // 0x5245_5041u32
Expand description

Repaint request message.

Message is sent to the device when window has to be repainted.

data: AVDeviceRect: area required to be repainted. NULL: whole area is required to be repainted.