blob: 469698e2e52f74db82a7e41d84c206acbb916f0d [file] [log] [blame]
// Copyright 2019 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.hardware.mediacodec;
[ForDeprecatedCBindings]
protocol Device {
/// This method connects the caller with a fuchsia.mediacodec.CodecFactory.
/// Ideally, we wouldn't have the intermediary, but it is necessary with the current
/// DDK APIs.
GetCodecFactory(handle<channel> request);
};