Constant rsmpeg::ffi::AVAppToDevMessageType_AV_APP_TO_DEV_WINDOW_SIZE[][src]

pub const AVAppToDevMessageType_AV_APP_TO_DEV_WINDOW_SIZE: u32 = 1195724621; // 0x4745_4f4du32
Expand description

Window size change message.

Message is sent to the device every time the application changes the size of the window device renders to. Message should also be sent right after window is created.

data: AVDeviceRect: new window size.