BaseMediaInput
The BaseMediaInput class is abstract base class for all of the media input types. It provides a common interface which allows various media input types to be used interchangably.
from gemini_batcher.input_handler.media_inputs import BaseMediaInput
get_audio_file()
An abstract method implemented by child classes used to provide an audio file corresponding to the media file.
out_path