// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_BASE_ANDROID_MEDIA_CODEC_DIRECTION_H_
#define MEDIA_BASE_ANDROID_MEDIA_CODEC_DIRECTION_H_
namespace media {
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.media
enum class MediaCodecDirection {
DECODER,
ENCODER,
};
} // namespace media
#endif // MEDIA_BASE_ANDROID_MEDIA_CODEC_DIRECTION_H_