החל מ-27 במרץ 2025, מומלץ להשתמש ב-android-latest-release
במקום ב-aosp-main
כדי ליצור תרומות ל-AOSP. מידע נוסף זמין במאמר שינויים ב-AOSP.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפניה ל-Struct של camera3_notify_msg
#include <
camera3.h
>
camera3_notify_msg_t:
מבנה ההודעה שנשלחת אל
camera3_callback_ops_t.notify()
ההגדרה מופיעה בשורה
2027
בקובץ
camera3.h
.
תוכן הודעת השגיאה. תקף אם הסוג הוא CAMERA3_MSG_ERROR
ההגדרה מופיעה בשורה
2038
בקובץ
camera3.h
.
תוכן גנרי של הודעות. משמש להבטחת גודל מינימלי לסוגי הודעות בהתאמה אישית.
ההגדרה מופיעה בשורה
2049
בקובץ
camera3.h
.
תוכן ההודעה של הצמצם. תקף אם הסוג הוא CAMERA3_MSG_SHUTTER
ההגדרה מופיעה בשורה
2043
בקובץ
camera3.h
.
סוג ההודעה. אחת מהאפשרויות הבאות: camera3_notify_msg_type או תוסף פרטי.
ההגדרה מופיעה בשורה
2032
בקובץ
camera3.h
.
התיעוד של המבנה הזה נוצר מהקובץ הבא:
-
hardware/libhardware/include/hardware/
camera3.h
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],null,["# Android Hardware Abstraction Layer: camera3_notify_msg Struct Reference\n\ncamera3_notify_msg Struct Reference\n===================================\n\n[Data Fields](#pub-attribs) \ncamera3_notify_msg Struct Reference \n\n`\n#include \u003c\n`[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)`\n\u003e\n`\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|\n| Data Fields ----------- ||\n| int | [type](/reference/hal/structcamera3__notify__msg#ac765329451135abec74c45e1897abf26) |\n| ||\n| union { |\n| [camera3_error_msg_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) [error](/reference/hal/structcamera3__notify__msg#ab9ec249ad5bee86b7855e74b8b10abe9) |\n| ||\n| [camera3_shutter_msg_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) [shutter](/reference/hal/structcamera3__notify__msg#a45aab07c80e3db592960cc8a8c391e03) |\n| ||\n| uint8_t [generic](/reference/hal/structcamera3__notify__msg#a3b68f2594accc2835fd0f29686ec4152) \\[32\\] |\n| ||\n| } | [message](/reference/hal/structcamera3__notify__msg#a868baff2efab3c5bcbdf0c2667dfd75e) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\ncamera3_notify_msg_t:\n\n\nThe message structure sent to\n[camera3_callback_ops_t.notify()](/reference/hal/structcamera3__callback__ops#a6d702d6e962f95105b984b17462619b3)\n\n\nDefinition at line\n[2027](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\nField Documentation\n-------------------\n\n\n|---------------------------------------------------------------------------------------------------------------------------------|\n| [camera3_error_msg_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) error |\n\n\nError message contents. Valid if type is CAMERA3_MSG_ERROR\n\n\nDefinition at line\n[2038](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n|-----------------------|\n| uint8_t generic\\[32\\] |\n\n\nGeneric message contents. Used to ensure a minimum size for custom message types.\n\n\nDefinition at line\n[2049](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n|-----------------------|\n| union { ... } message |\n\n\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| [camera3_shutter_msg_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) shutter |\n\n\nShutter message contents. Valid if type is CAMERA3_MSG_SHUTTER\n\n\nDefinition at line\n[2043](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n|----------|\n| int type |\n\n\nThe message type. One of camera3_notify_msg_type, or a private extension.\n\n\nDefinition at line\n[2032](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)"]]