Od 27 marca 2025 r. zalecamy używanie android-latest-release
zamiast aosp-main
do kompilowania i wspołtworzenia AOSP. Więcej informacji znajdziesz w artykule o zmianach w AOSP.
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Struktura camera3_notify_msg
#include <
camera3.h
>
camera3_notify_msg_t:
Struktura wiadomości wysyłana do funkcji
camera3_callback_ops_t.notify()
Definicja w wierszu
2027
pliku
camera3.h
.
Treść komunikatu o błędzie. Właściwa, jeśli typ to CAMERA3_MSG_ERROR
Definicja w wierszu
2038
pliku
camera3.h
.
ogólne treści wiadomości; Służy do zapewnienia minimalnego rozmiaru dla niestandardowych typów wiadomości.
Definicja w wierszu
2049
pliku
camera3.h
.
Treść komunikatu Shutter Prawidłowe, jeśli typ to CAMERA3_MSG_SHUTTER
Definicja w wierszu
2043
pliku
camera3.h
.
Typ wiadomości. Jeden z camera3_notify_msg_type lub prywatne rozszerzenie.
Definicja w wierszu
2032
w pliku
camera3.h
.
Dokumentacja tego typu danych została wygenerowana z tego pliku:
-
hardware/libhardware/include/hardware/
camera3.h
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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)"]]