Enhance playback settings management in PLib video library manager. Introduce PlaybackOptions for volume and mute settings, integrating them into AppSettings and IAppSettingsStore. Update VideoPlayerViewModel to persist playback state and adjust UI bindings in VideoPlayerView for volume control. Revise README.md to document new playback settings functionality.
This commit is contained in:
@@ -8,5 +8,9 @@
|
||||
},
|
||||
"Appearance": {
|
||||
"Theme": "Dark"
|
||||
},
|
||||
"Playback": {
|
||||
"Volume": 0.8,
|
||||
"IsMuted": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user