SECourses_Musubi_Trainer_Setup / venv /lib /python3.11 /site-packages /av /subtitles /codeccontext.pyi
| from typing import Literal | |
| from av.codec.context import CodecContext | |
| class SubtitleCodecContext(CodecContext): | |
| type: Literal["subtitle"] | |
| from typing import Literal | |
| from av.codec.context import CodecContext | |
| class SubtitleCodecContext(CodecContext): | |
| type: Literal["subtitle"] | |