27 Mart 2025'ten itibaren AOSP'yi derlemek ve AOSP'ye katkıda bulunmak için aosp-main
yerine android-latest-release
kullanmanızı öneririz. Daha fazla bilgi için AOSP'de yapılan değişiklikler başlıklı makaleyi inceleyin.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
camera3_notify_msg Yapı Referansı
#include <
camera3.h
>
camera3_notify_msg_t:
camera3_callback_ops_t.notify()
işlevine gönderilen mesaj yapısı
camera3.h
dosyasının
2027
satırı
Hata mesajı içeriği. Tür CAMERA3_MSG_ERROR ise geçerlidir.
Tanımı,
camera3.h
dosyasının
2038
satırı
Genel mesaj içerikleri. Özel mesaj türleri için minimum boyutu sağlamak amacıyla kullanılır.
Tanımı,
camera3.h
dosyasının
2049
satırı
Kapat mesajı içeriği. Tür CAMERA3_MSG_SHUTTER ise geçerlidir.
Tanımı,
camera3.h
dosyasının
2043
satırı
Mesaj türü. camera3_notify_msg_type veya özel bir uzantı.
Tanımı,
camera3.h
dosyasının
2032
satırı
Bu yapının dokümanları aşağıdaki dosyadan oluşturulmuştur:
-
hardware/libhardware/include/hardware/
camera3.h
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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)"]]