Stay organized with collections
Save and categorize content based on your preferences.
PsshEntry
mapping of crypto scheme uuid to the scheme specific data for that scheme
Summary
Public attributes
data
Declared in media/NdkMediaExtractor.h
void * PsshEntry::data
datalen
Declared in media/NdkMediaExtractor.h
size_t PsshEntry::datalen
uuid
Declared in media/NdkMediaExtractor.h
AMediaUUID PsshEntry::uuid
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,["# PsshEntry Struct Reference\n\nPsshEntry\n=========\n\nmapping of crypto scheme uuid to the scheme specific data for that scheme\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------|--------------|\n| [data](#struct_pssh_entry_1a0d89efd64e6a70d6d2e2faf8479c3019) | `void *` |\n| [datalen](#struct_pssh_entry_1a48d0147bcf71ecf1b2178949971c4fb4) | `size_t` |\n| [uuid](#struct_pssh_entry_1a9b0d8b6f804faee71c3add68f10e0bd3) | `AMediaUUID` |\n\nPublic attributes\n-----------------\n\n### data\n\nDeclared in `media/NdkMediaExtractor.h` \n\n```scdoc\nvoid * PsshEntry::data\n``` \n\n### datalen\n\nDeclared in `media/NdkMediaExtractor.h` \n\n```scdoc\nsize_t PsshEntry::datalen\n``` \n\n### uuid\n\nDeclared in `media/NdkMediaExtractor.h` \n\n```text\nAMediaUUID PsshEntry::uuid\n```"]]