pub unsafe extern "C" fn OH_NativeWindow_NativeWindowSetMetaData(
window: *mut OHNativeWindow,
sequence: u32,
size: i32,
metaData: *const OHHDRMetaData,
) -> i32Available on crate feature
native_window only.Expand description
@brief Sets metaData of a native window.
@syscap SystemCapability.Graphic.Graphic2D.NativeWindow @param window Indicates the pointer to a OHNativeWindow instance. @param sequence Indicates the sequence to a produce buffer. @param size Indicates the size of a OHHDRMetaData vector. @param metaDate Indicates the pointer to a OHHDRMetaData vector. @return Returns an error code, 0 is success, otherwise, failed. @since 9 @version 1.0 @deprecated(since = “10”)