blob: 184070731c759362a38d57a8dd4efaaa7ca93bea [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.media.drm;
using fuchsia.media;
const uint32 MAX_SESSION_ID_SIZE = 512;
const uint32 MAX_LICENSE_INIT_DATA_TYPE_SIZE = 100;
const uint32 MAX_HDCP_VERSION_SIZE = 16;
alias SessionId = string:MAX_SESSION_ID_SIZE;
alias LicenseInitDataType = string:MAX_LICENSE_INIT_DATA_TYPE_SIZE;
alias HdcpVersion = string:MAX_HDCP_VERSION_SIZE;
alias EncryptionScheme = fuchsia.media.EncryptionScheme;