store_video library
Classes
- VideoInfo
- What a preview has to satisfy, read straight out of the container.
- VideoRules
- What a store accepts in a preview video, named after whose rules they are.
Enums
- VideoContainer
- Which container a header came out of.
Constants
- appStorePreviewRules → const VideoRules
- Apple's app preview rules, from the App Store Connect help's preview specifications page.
Functions
-
readVideoInfo(
List< int> bytes) → VideoInfo? -
Dimensions, duration, frame rate and codec of an MP4 or QuickTime file, or
null if
bytesis neither. -
videoEncodingProblem(
VideoInfo video, VideoRules rules) → String? -
Why
videois not somethingrulesaccepts, or null when it is.