Lines Matching refs:FocusState
4238 ## FocusState section
7539 on(type: 'focusStateChange', callback: AsyncCallback\<FocusState\>): void
7555 | callback | AsyncCallback\<[FocusState](#focusstate)\> | 是 | 回调函数,用于获取当前对焦状态。 |
7563 captureSession.on('focusStateChange', (err: BusinessError, focusState: camera.FocusState) => {
7575 off(type: 'focusStateChange', callback?: AsyncCallback\<FocusState\>): void
7589 | callback | AsyncCallback\<[FocusState](#focusstate)\> | 否 | 回调函数,如果指定参数则取消对应callback(callback对象…
8084 on(type: 'focusStateChange', callback: AsyncCallback\<FocusState\>): void
8099 | callback | AsyncCallback\<[FocusState](#focusstate)\> | 是 | 回调函数,用于获取当前对焦状态。 |
8106 function callback(err: BusinessError, focusState: camera.FocusState): void {
8121 off(type: 'focusStateChange', callback?: AsyncCallback\<FocusState\>): void
8132 | callback | AsyncCallback\<[FocusState](#focusstate)\> | 否 | 回调函数,如果指定参数则取消对应callback(callback对象…
8423 on(type: 'focusStateChange', callback: AsyncCallback\<FocusState\>): void
8438 | callback | AsyncCallback\<[FocusState](#focusstate)\> | 是 | 回调函数,用于获取当前对焦状态。 |
8445 function callback(err: BusinessError, focusState: camera.FocusState): void {
8460 off(type: 'focusStateChange', callback?: AsyncCallback\<FocusState\>): void
8471 | callback | AsyncCallback\<[FocusState](#focusstate)\> | 否 | 回调函数,如果指定参数则取消对应callback(callback对象不…
8751 on(type: 'focusStateChange', callback: AsyncCallback\<FocusState\>): void
8766 | callback | AsyncCallback\<[FocusState](#focusstate)\> | 是 | 回调函数,用于获取当前对焦状态。 |
8773 function callback(err: BusinessError, focusState: camera.FocusState): void {
8788 off(type: 'focusStateChange', callback?: AsyncCallback\<FocusState\>): void
8799 | callback | AsyncCallback\<[FocusState](#focusstate)\> | 否 | 回调函数,如果指定参数则取消对应callback(callback对象不…