"""Track sample type constants.""" RE_RECORDING = 'RE_RECORDING' ORIGINAL_RECORDING = 'ORIGINAL_RECORDING' ACCEPTABLE_TRACK_SAMPLE_TYPES = [ RE_RECORDING, ORIGINAL_RECORDING ]