ml_media_types.h
Classes
Name | |
---|---|
struct | MLPSSHEntry PSSH entry. |
Types
Name | |
---|---|
typedef struct MLPSSHEntry | MLPSSHEntry PSSH entry. |
Types Documentation
MLPSSHEntry
typedef struct MLPSSHEntry MLPSSHEntry;
PSSH entry.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
Source code
// %BANNER_BEGIN%
// ---------------------------------------------------------------------
// %COPYRIGHT_BEGIN%
// Copyright (c) 2017 Magic Leap, Inc. All Rights Reserved.
// Use of this file is governed by the Software License Agreement,
// located here: https://www.magicleap.com/software-license-agreement-ml2
// Terms and conditions applicable to third-party materials accompanying
// this distribution may also be found in the top-level NOTICE file
// appearing herein.
// %COPYRIGHT_END%
// ---------------------------------------------------------------------
// %BANNER_END%
#pragma once
ML_EXTERN_C_BEGIN
typedef ML_DEPRECATED_MSG("Use standard Android SDK and NDK APIs.") struct MLPSSHEntry {
MLUUID uuid;
size_t size;
uint8_t *data;
} MLPSSHEntry;
ML_EXTERN_C_END