mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
pts api 回退13
Signed-off-by: lihui <lihui359@huawei.com>
This commit is contained in:
parent
8ec3018a9f
commit
e8c8289f31
@ -163,15 +163,17 @@ typedef enum NativeWindowOperation {
|
||||
*/
|
||||
GET_SWAP_INTERVAL,
|
||||
/**
|
||||
* set native window buffer timeout,
|
||||
* set the timeout in milliseconds when the native window requests a buffer,
|
||||
* the default value is 3000 milliseconds when not set,
|
||||
* variable parameter in function is
|
||||
* [in] int32_t timeout.
|
||||
* [in] int32_t timeout, in milliseconds.
|
||||
*/
|
||||
SET_TIMEOUT,
|
||||
/**
|
||||
* get native window buffer timeout,
|
||||
* get the timeout in milliseconds when the native window requests a buffer,
|
||||
* the default value is 3000 milliseconds when not set,
|
||||
* variable parameter in function is
|
||||
* [out] int32_t *timeout.
|
||||
* [out] int32_t *timeout, in milliseconds.
|
||||
*/
|
||||
GET_TIMEOUT,
|
||||
/**
|
||||
@ -264,7 +266,7 @@ typedef enum NativeWindowOperation {
|
||||
* the desiredPresentTimestamp will be ignored.\n
|
||||
* Variable parameter in function is
|
||||
* [in] int64_t desiredPresentTimestamp.
|
||||
* @since 14
|
||||
* @since 13
|
||||
*/
|
||||
SET_DESIRED_PRESENT_TIMESTAMP = 24,
|
||||
} NativeWindowOperation;
|
||||
|
Loading…
Reference in New Issue
Block a user