Class Resampler
- Namespace
- RenderHeads.Media.AVProVideo
- Assembly
- AVProVideo.Runtime.dll
Utility class to resample MediaPlayer video frames to allow for smoother playback Keeps a buffer of frames with timestamps and presents them using its own clock
public class Resampler
- Inheritance
-
objectResampler
Constructors
| Name | Description |
|---|---|
| Resampler(MediaPlayer, string, int, ResampleMode) |
Properties
| Name | Description |
|---|---|
| BaseTimestamp | |
| DroppedFrames | |
| ElapsedTimeSinceBase | |
| FrameDisplayedTimer | |
| LastT | |
| OutputTexture | |
| TextureTimeStamp |
Methods
| Name | Description |
|---|---|
| OnVideoEvent(MediaPlayer, EventType, ErrorCode) | |
| Release() | |
| Reset() | |
| Update() | |
| UpdateTimestamp() |