File indexing completed on 2024-06-09 04:52:57

0001 /*
0002     SPDX-FileCopyrightText: 2020-2022 Mladen Milinkovic <max@smoothware.net>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef SUBTITLETARGET_H
0008 #define SUBTITLETARGET_H
0009 
0010 namespace SubtitleComposer {
0011 
0012 enum SubtitleTarget {
0013     Primary = 0,
0014     Secondary,
0015     Both,
0016     SubtitleTargetSize
0017 };
0018 
0019 }
0020 
0021 #endif // SUBTITLETARGET_H