[go: nahoru, domu]

blob: ba889cb94f9fb2f3f6086b0799bd1ce5f6155405 [file] [log] [blame]
// 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;
};