IDeckLinkMutableVideoFrame

Undocumented in source.

Members

Functions

SetAncillaryData
HRESULT SetAncillaryData(IDeckLinkVideoFrameAncillary ancillary)
Undocumented in source.
SetFlags
HRESULT SetFlags(BMDFrameFlags newFlags)
Undocumented in source.
SetTimecode
HRESULT SetTimecode(BMDTimecodeFormat format, IDeckLinkTimecode timecode)
Undocumented in source.
SetTimecodeFromComponents
HRESULT SetTimecodeFromComponents(BMDTimecodeFormat format, ubyte hours, ubyte minutes, ubyte seconds, ubyte frames, BMDTimecodeFlags flags)
Undocumented in source.
SetTimecodeUserBits
HRESULT SetTimecodeUserBits(BMDTimecodeFormat format, BMDTimecodeUserBits userBits)
Undocumented in source.

Static variables

iid
GUID iid;
Undocumented in source.

Inherited Members

From IDeckLinkVideoFrame

iid
GUID iid;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GetWidth
int GetWidth()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GetHeight
int GetHeight()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GetRowBytes
int GetRowBytes()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GetPixelFormat
BMDPixelFormat GetPixelFormat()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GetFlags
BMDFrameFlags GetFlags()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GetBytes
HRESULT GetBytes(void** buffer)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GetTimecode
HRESULT GetTimecode(BMDTimecodeFormat format, IDeckLinkTimecode* timecode)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
GetAncillaryData
HRESULT GetAncillaryData(IDeckLinkVideoFrameAncillary* ancillary)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta