Stay organized with collections
Save and categorize content based on your preferences.
Data type containing {key, value} pair.
Summary
Public attributes
|
mKey
|
const char *
|
mValue
|
const char *
|
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,["# AMediaDrmKeyValuePair Struct Reference\n\nAMediaDrmKeyValuePair\n=====================\n\nData type containing {key, value} pair.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------|----------------|\n| [mKey](#struct_a_media_drm_key_value_pair_1a5771ee0bd1df6e662b0747ffa4455e8b) | `const char *` |\n| [mValue](#struct_a_media_drm_key_value_pair_1a3c5cf4877f8896a0d01637b0a10aada6) | `const char *` |\n\nPublic attributes\n-----------------\n\n### mKey\n\nDeclared in `media/NdkMediaDrm.h` \n\n```gdscript\nconst char * AMediaDrmKeyValuePair::mKey\n``` \n\n### mValue\n\nDeclared in `media/NdkMediaDrm.h` \n\n```gdscript\nconst char * AMediaDrmKeyValuePair::mValue\n```"]]