# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

from .._core import AudioStreamMetadata, VideoStreamMetadata
from ._audio_decoder import AudioDecoder  # noqa
from ._decoder_utils import set_cuda_backend  # noqa
from ._video_decoder import VideoDecoder  # noqa

SimpleVideoDecoder = VideoDecoder
