feat: player add video scale property

This commit is contained in:
Timothy Z. 2026-04-22 15:34:21 +03:00
parent aced2eadc1
commit 342a005dc0

View file

@ -161,6 +161,7 @@ pub enum BoolProp {
PausedForCache, PausedForCache,
Seeking, Seeking,
EofReached, EofReached,
Keepaspect,
} }
stringable!(BoolProp); stringable!(BoolProp);
// Int // Int
@ -188,6 +189,7 @@ pub enum FpProp {
DemuxerCacheTime, DemuxerCacheTime,
SubPos, SubPos,
Speed, Speed,
Panscan,
} }
stringable!(FpProp); stringable!(FpProp);
// Str // Str