Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mattesmohr
Copy link
Member

This pull request adds the missing sourcelanguage attribute, which can be used to indicate the language of a text track.

Video {
   Source()
      .type(.mp4)
      .source("...mp4")
   Track()
      .source("...vtt")
      .sourceLanguage(.english)
      .kind(.subtitles)
}

@mattesmohr mattesmohr marked this pull request as ready for review September 22, 2025 18:50
@mattesmohr mattesmohr merged commit 3d18a8f into main Sep 22, 2025
1 check passed
@mattesmohr mattesmohr deleted the introduce-sourcelanguage-attribute branch September 22, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant