New upstream version 26.1.0+dfsg1
This commit is contained in:
parent
040dcc3fc2
commit
013818c4af
594 changed files with 19576 additions and 4478 deletions
|
|
@ -70,7 +70,7 @@
|
|||
helpstring("IDeckLinkOutput_v7_1. Created by QueryInterface from IDeckLink.")]
|
||||
interface IDeckLinkOutput_v7_1 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, [out] BMDDisplayModeSupport *result);
|
||||
HRESULT DoesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, [out] BMDDisplayModeSupport_v10_11 *result);
|
||||
HRESULT GetDisplayModeIterator ([out] IDeckLinkDisplayModeIterator_v7_1 **iterator);
|
||||
|
||||
// Video output
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
helpstring("IDeckLinkInput_v7_1. Created by QueryInterface from IDeckLink.")]
|
||||
interface IDeckLinkInput_v7_1 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, [out] BMDDisplayModeSupport *result);
|
||||
HRESULT DoesSupportVideoMode (BMDDisplayMode displayMode, BMDPixelFormat pixelFormat, [out] BMDDisplayModeSupport_v10_11 *result);
|
||||
HRESULT GetDisplayModeIterator ([out] IDeckLinkDisplayModeIterator_v7_1 **iterator);
|
||||
|
||||
// Video input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue