pub unsafe extern "C" fn OH_NativeWindow_NativeWindowSetMetaDataSet(
window: *mut OHNativeWindow,
sequence: u32,
key: Type,
size: i32,
metaData: *const u8
) -> i32Expand description
@brief Sets metaDataSet 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 key Indicates the enum value to OHHDRMetadataKey @param size Indicates the size of a uint8_t vector. @param metaDate Indicates the pointer to a uint8_t vector. @return Returns an error code, 0 is success, otherwise, failed. @since 9 @version 1.0 @deprecated(since = “10”)