[][src]Constant rusty_ffmpeg::AVAppToDevMessageType_AV_APP_TO_DEV_WINDOW_SIZE

pub const AVAppToDevMessageType_AV_APP_TO_DEV_WINDOW_SIZE: AVAppToDevMessageType = 1195724621;

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.