1#ifndef MYTHPREVIEWPLAYER_H
2#define MYTHPREVIEWPLAYER_H
12 int& FrameWidth,
int& FrameHeight,
float& AspectRatio);
13 uint8_t*
GetScreenGrab (std::chrono::seconds SecondsIn,
int& BufferSize,
int& FrameWidth,
14 int& FrameHeight,
float& AspectRatio);
uint8_t * GetScreenGrabAtFrame(uint64_t FrameNum, bool Absolute, int &BufferSize, int &FrameWidth, int &FrameHeight, float &AspectRatio)
Returns one RGB frame grab from a video.
MythPreviewPlayer(PlayerContext *Context, PlayerFlags Flags=kNoFlags)
uint8_t * GetScreenGrab(std::chrono::seconds SecondsIn, int &BufferSize, int &FrameWidth, int &FrameHeight, float &AspectRatio)
Returns one RGB frame grab from a video.
void SeekForScreenGrab(uint64_t &Number, uint64_t FrameNum, bool Absolute)