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
|
|
@ -118,7 +118,7 @@ interface IDeckLinkConfiguration_v7_6;
|
|||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkOutput_v7_6 : 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_6 **iterator);
|
||||
|
||||
HRESULT SetScreenPreviewCallback([in] IDeckLinkScreenPreviewCallback_v7_6 *previewCallback);
|
||||
|
|
@ -174,7 +174,7 @@ interface IDeckLinkConfiguration_v7_6;
|
|||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkInput_v7_6 : 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_6 **iterator);
|
||||
|
||||
HRESULT SetScreenPreviewCallback([in] IDeckLinkScreenPreviewCallback_v7_6 *previewCallback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue