mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Add track selection back
This commit is contained in:
parent
5a24bdee59
commit
1aae311b9b
11 changed files with 306 additions and 57 deletions
|
@ -76,7 +76,13 @@ BaseDetailPage {
|
|||
VideoTrackSelector {
|
||||
id: trackSelector
|
||||
width: parent.width
|
||||
tracks: itemData.mediaStreams
|
||||
audioTracks: itemData.audioStreams
|
||||
videoTracks: itemData.videoStreams
|
||||
subtitleTracks: itemData.subtitleStreams
|
||||
}
|
||||
|
||||
Label {
|
||||
text: "Video %1, audio %2, subtitle %3".arg(trackSelector.videoTrack).arg(trackSelector.audioTrack).arg(trackSelector.subtitleTrack)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue