Results for “Std.Video.VideoError”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Video.VideoError
Why a rate, a time, or a track could not be admitted.
- Std.Video.add
&Std.Video.Timestamp -> &Std.Video.Timestamp -> Result[Std.Video.Timestamp, Std.Video.VideoError]Two timestamps added exactly, reduced.
- Std.Video.appended
&Std.Video.Track -> Std.Video.Picture -> Result[Std.Video.Track, Std.Video.VideoError]A track with a picture appended.
- Std.Video.audioFrameAt
&Std.Video.Timestamp -> &Std.Audio.Format -> Result[Int, Std.Video.VideoError]The audio frame that plays at a video timestamp, so sound and picture are
- Std.Video.frameAt
&Std.Video.Rate -> &Std.Video.Timestamp -> Result[Int, Std.Video.VideoError]The frame being shown at a time: the last frame beginning at or before it.
- Std.Video.rate
Int -> Int -> Result[Std.Video.Rate, Std.Video.VideoError]A rate of
framesperseconds, reduced, with both parts positive. - Std.Video.timeOfFrame
&Std.Video.Rate -> Int -> Result[Std.Video.Timestamp, Std.Video.VideoError]The time a frame begins, reduced to its smallest exact scale.
- Std.Video.timestamp
Int -> Int -> Result[Std.Video.Timestamp, Std.Video.VideoError]A timestamp of
ticksatscaleticks per second, not before zero.
