Stay organized with collections
Save and categorize content based on your preferences.
Definition of rational data type in ACameraMetadata.
Summary
Public attributes
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[],null,["# ACameraMetadata_rational Struct Reference\n\nACameraMetadata_rational\n========================\n\nDefinition of rational data type in [ACameraMetadata](/ndk/reference/group/camera#group___camera_1gabd236e2a05c30cf024d0a2b69dbed9f2).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------|-----------|\n| [denominator](#struct_a_camera_metadata__rational_1a6c36831c9454fb8b218cd68ce6060035) | `int32_t` |\n| [numerator](#struct_a_camera_metadata__rational_1a8c0b33061017992bf4b1d9bc93b0f62d) | `int32_t` |\n\nPublic attributes\n-----------------\n\n### denominator\n\nDeclared in `camera/NdkCameraMetadata.h` \n\n```scdoc\nint32_t ACameraMetadata_rational::denominator\n``` \n\n### numerator\n\nDeclared in `camera/NdkCameraMetadata.h` \n\n```scdoc\nint32_t ACameraMetadata_rational::numerator\n```"]]