pub unsafe extern "C" fn obs_output_get_height2(
output: *const obs_output_t,
idx: usize,
) -> u32
Expand description
For video outputs, returns the height of the encoded image.
The idx parameter specifies the video encoder index. Only used with outputs that have multiple video outputs (FFmpeg typically), otherwise the parameter is ignored and returns 0.