// 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. | |
[Stable] | |
struct EncryptionPattern { | |
uint32 crypt_byte_block; | |
uint32 skip_byte_block; | |
}; |