Interface VideoStreamsSubtitleItem

interface VideoStreamsSubtitleItem {
    language?: string;
}

Properties

Properties

language?: string