blob: 5b23dadf182b1d7c865f68572999287f8efed9bf [file] [log] [blame] [edit]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module media.mojom;
// This defines a mojo transport format for media::EncryptionPattern
// See media/base/encryption_pattern.h for description.
struct EncryptionPattern {
uint32 crypt_byte_block;
uint32 skip_byte_block;
};