|
| decklink_frame (struct decklink_ctx *ctx, AVFrame *avframe, AVCodecID codec_id, int height, int width) |
|
| decklink_frame (struct decklink_ctx *ctx, AVPacket *avpacket, AVCodecID codec_id, int height, int width) |
|
virtual long STDMETHODCALLTYPE | GetWidth (void) |
|
virtual long STDMETHODCALLTYPE | GetHeight (void) |
|
virtual long STDMETHODCALLTYPE | GetRowBytes (void) |
|
virtual BMDPixelFormat
STDMETHODCALLTYPE | GetPixelFormat (void) |
|
virtual BMDFrameFlags
STDMETHODCALLTYPE | GetFlags (void) |
|
virtual HRESULT STDMETHODCALLTYPE | GetBytes (void **buffer) |
|
virtual HRESULT STDMETHODCALLTYPE | GetTimecode (BMDTimecodeFormat format, IDeckLinkTimecode **timecode) |
|
virtual HRESULT STDMETHODCALLTYPE | GetAncillaryData (IDeckLinkVideoFrameAncillary **ancillary) |
|
virtual HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID iid, LPVOID *ppv) |
|
virtual ULONG STDMETHODCALLTYPE | AddRef (void) |
|
virtual ULONG STDMETHODCALLTYPE | Release (void) |
|
Definition at line 44 of file decklink_enc.cpp.
virtual long STDMETHODCALLTYPE decklink_frame::GetWidth |
( |
void |
| ) |
|
|
inlinevirtual |
virtual long STDMETHODCALLTYPE decklink_frame::GetHeight |
( |
void |
| ) |
|
|
inlinevirtual |
virtual long STDMETHODCALLTYPE decklink_frame::GetRowBytes |
( |
void |
| ) |
|
|
inlinevirtual |
virtual BMDPixelFormat STDMETHODCALLTYPE decklink_frame::GetPixelFormat |
( |
void |
| ) |
|
|
inlinevirtual |
virtual BMDFrameFlags STDMETHODCALLTYPE decklink_frame::GetFlags |
( |
void |
| ) |
|
|
inlinevirtual |
virtual HRESULT STDMETHODCALLTYPE decklink_frame::GetBytes |
( |
void ** |
buffer | ) |
|
|
inlinevirtual |
virtual HRESULT STDMETHODCALLTYPE decklink_frame::GetTimecode |
( |
BMDTimecodeFormat |
format, |
|
|
IDeckLinkTimecode ** |
timecode |
|
) |
| |
|
inlinevirtual |
virtual HRESULT STDMETHODCALLTYPE decklink_frame::GetAncillaryData |
( |
IDeckLinkVideoFrameAncillary ** |
ancillary | ) |
|
|
inlinevirtual |
virtual ULONG STDMETHODCALLTYPE decklink_frame::AddRef |
( |
void |
| ) |
|
|
inlinevirtual |
virtual ULONG STDMETHODCALLTYPE decklink_frame::Release |
( |
void |
| ) |
|
|
inlinevirtual |
int decklink_frame::_height |
int decklink_frame::_width |
std::atomic<int> decklink_frame::_refs |
|
private |
The documentation for this class was generated from the following file: