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
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,5 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2018 Blackmagic Design
|
||||
** Copyright (c) 2020 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
|
|
@ -7,14 +7,14 @@
|
|||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
|
|
@ -44,7 +44,7 @@ cpp_quote("#endif")
|
|||
|
||||
/* Enum BMDDeckLinkConfigurationID - DeckLink Configuration ID */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
|
||||
typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
|
||||
|
||||
/* Serial port Flags */
|
||||
|
||||
|
|
@ -55,13 +55,14 @@ typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
|
|||
bmdDeckLinkConfigHDMI3DPackingFormat = /* '3dpf' */ 0x33647066,
|
||||
bmdDeckLinkConfigBypass = /* 'byps' */ 0x62797073,
|
||||
bmdDeckLinkConfigClockTimingAdjustment = /* 'ctad' */ 0x63746164,
|
||||
bmdDeckLinkConfigDuplexMode = /* 'dupx' */ 0x64757078,
|
||||
|
||||
/* Audio Input/Output Flags */
|
||||
|
||||
bmdDeckLinkConfigAnalogAudioConsumerLevels = /* 'aacl' */ 0x6161636C,
|
||||
bmdDeckLinkConfigSwapHDMICh3AndCh4OnInput = /* 'hi34' */ 0x68693334,
|
||||
bmdDeckLinkConfigSwapHDMICh3AndCh4OnOutput = /* 'ho34' */ 0x686F3334,
|
||||
|
||||
/* Video output flags */
|
||||
/* Video Output Flags */
|
||||
|
||||
bmdDeckLinkConfigFieldFlickerRemoval = /* 'fdfr' */ 0x66646672,
|
||||
bmdDeckLinkConfigHD1080p24ToHD1080i5994Conversion = /* 'to59' */ 0x746F3539,
|
||||
|
|
@ -72,9 +73,6 @@ typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
|
|||
bmdDeckLinkConfigSMPTELevelAOutput = /* 'smta' */ 0x736D7461,
|
||||
bmdDeckLinkConfigRec2020Output = /* 'rec2' */ 0x72656332, // Ensure output is Rec.2020 colorspace
|
||||
bmdDeckLinkConfigQuadLinkSDIVideoOutputSquareDivisionSplit = /* 'SDQS' */ 0x53445153,
|
||||
|
||||
/* Video Output Flags */
|
||||
|
||||
bmdDeckLinkConfigOutput1080pAsPsF = /* 'pfpr' */ 0x70667072,
|
||||
|
||||
/* Video Output Integers */
|
||||
|
|
@ -87,6 +85,8 @@ typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
|
|||
bmdDeckLinkConfigDefaultVideoOutputMode = /* 'dvom' */ 0x64766F6D,
|
||||
bmdDeckLinkConfigDefaultVideoOutputModeFlags = /* 'dvof' */ 0x64766F66,
|
||||
bmdDeckLinkConfigSDIOutputLinkConfiguration = /* 'solc' */ 0x736F6C63,
|
||||
bmdDeckLinkConfigHDMITimecodePacking = /* 'htpk' */ 0x6874706B,
|
||||
bmdDeckLinkConfigPlaybackGroup = /* 'plgr' */ 0x706C6772,
|
||||
|
||||
/* Video Output Floats */
|
||||
|
||||
|
|
@ -103,9 +103,6 @@ typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
|
|||
bmdDeckLinkConfigVideoInputScanning = /* 'visc' */ 0x76697363, // Applicable to H264 Pro Recorder only
|
||||
bmdDeckLinkConfigUseDedicatedLTCInput = /* 'dltc' */ 0x646C7463, // Use timecode from LTC input instead of SDI stream
|
||||
bmdDeckLinkConfigSDIInput3DPayloadOverride = /* '3dds' */ 0x33646473,
|
||||
|
||||
/* Video Input Flags */
|
||||
|
||||
bmdDeckLinkConfigCapture1080pAsPsF = /* 'cfpr' */ 0x63667072,
|
||||
|
||||
/* Video Input Integers */
|
||||
|
|
@ -118,6 +115,7 @@ typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
|
|||
bmdDeckLinkConfigVANCSourceLine2Mapping = /* 'vsl2' */ 0x76736C32,
|
||||
bmdDeckLinkConfigVANCSourceLine3Mapping = /* 'vsl3' */ 0x76736C33,
|
||||
bmdDeckLinkConfigCapturePassThroughMode = /* 'cptm' */ 0x6370746D,
|
||||
bmdDeckLinkConfigCaptureGroup = /* 'cpgr' */ 0x63706772,
|
||||
|
||||
/* Video Input Floats */
|
||||
|
||||
|
|
@ -129,6 +127,10 @@ typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
|
|||
bmdDeckLinkConfigVideoInputSVideoLumaGain = /* 'islg' */ 0x69736C67,
|
||||
bmdDeckLinkConfigVideoInputSVideoChromaGain = /* 'iscg' */ 0x69736367,
|
||||
|
||||
/* Keying Integers */
|
||||
|
||||
bmdDeckLinkConfigInternalKeyingAncillaryDataSource = /* 'ikas' */ 0x696B6173,
|
||||
|
||||
/* Audio Input Flags */
|
||||
|
||||
bmdDeckLinkConfigMicrophonePhantomPower = /* 'mphp' */ 0x6D706870,
|
||||
|
|
@ -175,7 +177,7 @@ typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
|
|||
|
||||
/* Enum BMDDeckLinkEncoderConfigurationID - DeckLink Encoder Configuration ID */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckLinkEncoderConfigurationID {
|
||||
typedef [v1_enum] enum _BMDDeckLinkEncoderConfigurationID {
|
||||
|
||||
/* Video Encoder Integers */
|
||||
|
||||
|
|
@ -209,20 +211,20 @@ interface IDeckLinkEncoderConfiguration;
|
|||
|
||||
[
|
||||
object,
|
||||
uuid(EF90380B-4AE5-4346-9077-E288E149F129),
|
||||
local,
|
||||
uuid(912F634B-2D4E-40A4-8AAB-8D80B73F1289),
|
||||
local,
|
||||
helpstring("DeckLink Configuration interface")
|
||||
] interface IDeckLinkConfiguration : IUnknown
|
||||
{
|
||||
HRESULT SetFlag([in] BMDDeckLinkConfigurationID cfgID, [in] BOOL value);
|
||||
HRESULT GetFlag([in] BMDDeckLinkConfigurationID cfgID, [out] BOOL *value);
|
||||
HRESULT SetInt([in] BMDDeckLinkConfigurationID cfgID, [in] LONGLONG value);
|
||||
HRESULT GetInt([in] BMDDeckLinkConfigurationID cfgID, [out] LONGLONG *value);
|
||||
HRESULT SetFloat([in] BMDDeckLinkConfigurationID cfgID, [in] double value);
|
||||
HRESULT GetFloat([in] BMDDeckLinkConfigurationID cfgID, [out] double *value);
|
||||
HRESULT SetString([in] BMDDeckLinkConfigurationID cfgID, [in] BSTR value);
|
||||
HRESULT GetString([in] BMDDeckLinkConfigurationID cfgID, [out] BSTR *value);
|
||||
HRESULT WriteConfigurationToPreferences(void);
|
||||
HRESULT SetFlag ([in] BMDDeckLinkConfigurationID cfgID, [in] BOOL value);
|
||||
HRESULT GetFlag ([in] BMDDeckLinkConfigurationID cfgID, [out] BOOL* value);
|
||||
HRESULT SetInt ([in] BMDDeckLinkConfigurationID cfgID, [in] LONGLONG value);
|
||||
HRESULT GetInt ([in] BMDDeckLinkConfigurationID cfgID, [out] LONGLONG* value);
|
||||
HRESULT SetFloat ([in] BMDDeckLinkConfigurationID cfgID, [in] double value);
|
||||
HRESULT GetFloat ([in] BMDDeckLinkConfigurationID cfgID, [out] double* value);
|
||||
HRESULT SetString ([in] BMDDeckLinkConfigurationID cfgID, [in] BSTR value);
|
||||
HRESULT GetString ([in] BMDDeckLinkConfigurationID cfgID, [out] BSTR* value);
|
||||
HRESULT WriteConfigurationToPreferences (void);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkEncoderConfiguration - DeckLink Encoder Configuration interface. Obtained from IDeckLinkEncoderInput */
|
||||
|
|
@ -230,23 +232,22 @@ interface IDeckLinkEncoderConfiguration;
|
|||
[
|
||||
object,
|
||||
uuid(138050E5-C60A-4552-BF3F-0F358049327E),
|
||||
local,
|
||||
local,
|
||||
helpstring("DeckLink Encoder Configuration interface. Obtained from IDeckLinkEncoderInput")
|
||||
] interface IDeckLinkEncoderConfiguration : IUnknown
|
||||
{
|
||||
HRESULT SetFlag([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] BOOL value);
|
||||
HRESULT GetFlag([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] BOOL *value);
|
||||
HRESULT SetInt([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] LONGLONG value);
|
||||
HRESULT GetInt([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] LONGLONG *value);
|
||||
HRESULT SetFloat([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] double value);
|
||||
HRESULT GetFloat([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] double *value);
|
||||
HRESULT SetString([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] BSTR value);
|
||||
HRESULT GetString([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] BSTR *value);
|
||||
HRESULT GetBytes([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] void *buffer /* optional */, [in, out] unsigned int *bufferSize);
|
||||
HRESULT SetFlag ([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] BOOL value);
|
||||
HRESULT GetFlag ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] BOOL* value);
|
||||
HRESULT SetInt ([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] LONGLONG value);
|
||||
HRESULT GetInt ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] LONGLONG* value);
|
||||
HRESULT SetFloat ([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] double value);
|
||||
HRESULT GetFloat ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] double* value);
|
||||
HRESULT SetString ([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] BSTR value);
|
||||
HRESULT GetString ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] BSTR* value);
|
||||
HRESULT GetBytes ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] void* buffer /* optional */, [in, out] unsigned int* bufferSize);
|
||||
};
|
||||
|
||||
/* Coclasses */
|
||||
|
||||
importlib("stdole2.tlb");
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2018 Blackmagic Design
|
||||
** Copyright (c) 2020 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
|
|
@ -7,14 +7,14 @@
|
|||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
|
|
@ -48,7 +48,7 @@ cpp_quote("#endif")
|
|||
|
||||
/* Enum BMDDeckControlMode - DeckControl mode */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckControlMode {
|
||||
typedef [v1_enum] enum _BMDDeckControlMode {
|
||||
bmdDeckControlNotOpened = /* 'ntop' */ 0x6E746F70,
|
||||
bmdDeckControlVTRControlMode = /* 'vtrc' */ 0x76747263,
|
||||
bmdDeckControlExportMode = /* 'expm' */ 0x6578706D,
|
||||
|
|
@ -57,23 +57,23 @@ typedef [v1_enum] enum _BMDDeckControlMode {
|
|||
|
||||
/* Enum BMDDeckControlEvent - DeckControl event */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckControlEvent {
|
||||
typedef [v1_enum] enum _BMDDeckControlEvent {
|
||||
bmdDeckControlAbortedEvent = /* 'abte' */ 0x61627465, // This event is triggered when a capture or edit-to-tape operation is aborted.
|
||||
|
||||
/* Export-To-Tape events */
|
||||
|
||||
bmdDeckControlPrepareForExportEvent = /* 'pfee' */ 0x70666565, // This event is triggered a few frames before reaching the in-point. IDeckLinkInput::StartScheduledPlayback() should be called at this point.
|
||||
bmdDeckControlExportCompleteEvent = /* 'exce' */ 0x65786365, // This event is triggered a few frames after reaching the out-point. At this point, it is safe to stop playback.
|
||||
bmdDeckControlPrepareForExportEvent = /* 'pfee' */ 0x70666565, // This event is triggered a few frames before reaching the in-point. IDeckLinkInput::StartScheduledPlayback should be called at this point.
|
||||
bmdDeckControlExportCompleteEvent = /* 'exce' */ 0x65786365, // This event is triggered a few frames after reaching the out-point. At this point, it is safe to stop playback. Upon reception of this event the deck's control mode is set back to bmdDeckControlVTRControlMode.
|
||||
|
||||
/* Capture events */
|
||||
|
||||
bmdDeckControlPrepareForCaptureEvent = /* 'pfce' */ 0x70666365, // This event is triggered a few frames before reaching the in-point. The serial timecode attached to IDeckLinkVideoInputFrames is now valid.
|
||||
bmdDeckControlCaptureCompleteEvent = /* 'ccev' */ 0x63636576 // This event is triggered a few frames after reaching the out-point.
|
||||
bmdDeckControlCaptureCompleteEvent = /* 'ccev' */ 0x63636576 // This event is triggered a few frames after reaching the out-point. Upon reception of this event the deck's control mode is set back to bmdDeckControlVTRControlMode.
|
||||
} BMDDeckControlEvent;
|
||||
|
||||
/* Enum BMDDeckControlVTRControlState - VTR Control state */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckControlVTRControlState {
|
||||
typedef [v1_enum] enum _BMDDeckControlVTRControlState {
|
||||
bmdDeckControlNotInVTRControlMode = /* 'nvcm' */ 0x6E76636D,
|
||||
bmdDeckControlVTRControlPlaying = /* 'vtrp' */ 0x76747270,
|
||||
bmdDeckControlVTRControlRecording = /* 'vtrr' */ 0x76747272,
|
||||
|
|
@ -87,7 +87,7 @@ typedef [v1_enum] enum _BMDDeckControlVTRControlState {
|
|||
|
||||
/* Enum BMDDeckControlStatusFlags - Deck Control status flags */
|
||||
|
||||
[v1_enum] enum _BMDDeckControlStatusFlags {
|
||||
[v1_enum] enum _BMDDeckControlStatusFlags {
|
||||
bmdDeckControlStatusDeckConnected = 1 << 0,
|
||||
bmdDeckControlStatusRemoteMode = 1 << 1,
|
||||
bmdDeckControlStatusRecordInhibited = 1 << 2,
|
||||
|
|
@ -96,7 +96,7 @@ typedef [v1_enum] enum _BMDDeckControlVTRControlState {
|
|||
|
||||
/* Enum BMDDeckControlExportModeOpsFlags - Export mode flags */
|
||||
|
||||
[v1_enum] enum _BMDDeckControlExportModeOpsFlags {
|
||||
[v1_enum] enum _BMDDeckControlExportModeOpsFlags {
|
||||
bmdDeckControlExportModeInsertVideo = 1 << 0,
|
||||
bmdDeckControlExportModeInsertAudio1 = 1 << 1,
|
||||
bmdDeckControlExportModeInsertAudio2 = 1 << 2,
|
||||
|
|
@ -118,7 +118,7 @@ typedef [v1_enum] enum _BMDDeckControlVTRControlState {
|
|||
|
||||
/* Enum BMDDeckControlError - Deck Control error */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckControlError {
|
||||
typedef [v1_enum] enum _BMDDeckControlError {
|
||||
bmdDeckControlNoError = /* 'noer' */ 0x6E6F6572,
|
||||
bmdDeckControlModeError = /* 'moer' */ 0x6D6F6572,
|
||||
bmdDeckControlMissedInPointError = /* 'mier' */ 0x6D696572,
|
||||
|
|
@ -150,10 +150,10 @@ interface IDeckLinkDeckControl;
|
|||
helpstring("Deck control state change callback.")
|
||||
] interface IDeckLinkDeckControlStatusCallback : IUnknown
|
||||
{
|
||||
HRESULT TimecodeUpdate([in] BMDTimecodeBCD currentTimecode);
|
||||
HRESULT VTRControlStateChanged([in] BMDDeckControlVTRControlState newState, [in] BMDDeckControlError error);
|
||||
HRESULT DeckControlEventReceived([in] BMDDeckControlEvent event, [in] BMDDeckControlError error);
|
||||
HRESULT DeckControlStatusChanged([in] BMDDeckControlStatusFlags flags, [in] unsigned int mask);
|
||||
HRESULT TimecodeUpdate ([in] BMDTimecodeBCD currentTimecode);
|
||||
HRESULT VTRControlStateChanged ([in] BMDDeckControlVTRControlState newState, [in] BMDDeckControlError error);
|
||||
HRESULT DeckControlEventReceived ([in] BMDDeckControlEvent event, [in] BMDDeckControlError error);
|
||||
HRESULT DeckControlStatusChanged ([in] BMDDeckControlStatusFlags flags, [in] unsigned int mask);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkDeckControl - Deck Control main interface */
|
||||
|
|
@ -164,43 +164,42 @@ interface IDeckLinkDeckControl;
|
|||
helpstring("Deck Control main interface")
|
||||
] interface IDeckLinkDeckControl : IUnknown
|
||||
{
|
||||
HRESULT Open([in] BMDTimeScale timeScale, [in] BMDTimeValue timeValue, [in] BOOL timecodeIsDropFrame, [out] BMDDeckControlError *error);
|
||||
HRESULT Close([in] BOOL standbyOn);
|
||||
HRESULT GetCurrentState([out] BMDDeckControlMode *mode, [out] BMDDeckControlVTRControlState *vtrControlState, [out] BMDDeckControlStatusFlags *flags);
|
||||
HRESULT SetStandby([in] BOOL standbyOn);
|
||||
HRESULT SendCommand([in] unsigned char *inBuffer, [in] unsigned int inBufferSize, [out] unsigned char *outBuffer, [out] unsigned int *outDataSize, [in] unsigned int outBufferSize, [out] BMDDeckControlError *error);
|
||||
HRESULT Play([out] BMDDeckControlError *error);
|
||||
HRESULT Stop([out] BMDDeckControlError *error);
|
||||
HRESULT TogglePlayStop([out] BMDDeckControlError *error);
|
||||
HRESULT Eject([out] BMDDeckControlError *error);
|
||||
HRESULT GoToTimecode([in] BMDTimecodeBCD timecode, [out] BMDDeckControlError *error);
|
||||
HRESULT FastForward([in] BOOL viewTape, [out] BMDDeckControlError *error);
|
||||
HRESULT Rewind([in] BOOL viewTape, [out] BMDDeckControlError *error);
|
||||
HRESULT StepForward([out] BMDDeckControlError *error);
|
||||
HRESULT StepBack([out] BMDDeckControlError *error);
|
||||
HRESULT Jog([in] double rate, [out] BMDDeckControlError *error);
|
||||
HRESULT Shuttle([in] double rate, [out] BMDDeckControlError *error);
|
||||
HRESULT GetTimecodeString([out] BSTR *currentTimeCode, [out] BMDDeckControlError *error);
|
||||
HRESULT GetTimecode([out] IDeckLinkTimecode **currentTimecode, [out] BMDDeckControlError *error);
|
||||
HRESULT GetTimecodeBCD([out] BMDTimecodeBCD *currentTimecode, [out] BMDDeckControlError *error);
|
||||
HRESULT SetPreroll([in] unsigned int prerollSeconds);
|
||||
HRESULT GetPreroll([out] unsigned int *prerollSeconds);
|
||||
HRESULT SetExportOffset([in] int exportOffsetFields);
|
||||
HRESULT GetExportOffset([out] int *exportOffsetFields);
|
||||
HRESULT GetManualExportOffset([out] int *deckManualExportOffsetFields);
|
||||
HRESULT SetCaptureOffset([in] int captureOffsetFields);
|
||||
HRESULT GetCaptureOffset([out] int *captureOffsetFields);
|
||||
HRESULT StartExport([in] BMDTimecodeBCD inTimecode, [in] BMDTimecodeBCD outTimecode, [in] BMDDeckControlExportModeOpsFlags exportModeOps, [out] BMDDeckControlError *error);
|
||||
HRESULT StartCapture([in] BOOL useVITC, [in] BMDTimecodeBCD inTimecode, [in] BMDTimecodeBCD outTimecode, [out] BMDDeckControlError *error);
|
||||
HRESULT GetDeviceID([out] unsigned short *deviceId, [out] BMDDeckControlError *error);
|
||||
HRESULT Abort(void);
|
||||
HRESULT CrashRecordStart([out] BMDDeckControlError *error);
|
||||
HRESULT CrashRecordStop([out] BMDDeckControlError *error);
|
||||
HRESULT SetCallback([in] IDeckLinkDeckControlStatusCallback *callback);
|
||||
HRESULT Open ([in] BMDTimeScale timeScale, [in] BMDTimeValue timeValue, [in] BOOL timecodeIsDropFrame, [out] BMDDeckControlError* error);
|
||||
HRESULT Close ([in] BOOL standbyOn);
|
||||
HRESULT GetCurrentState ([out] BMDDeckControlMode* mode, [out] BMDDeckControlVTRControlState* vtrControlState, [out] BMDDeckControlStatusFlags* flags);
|
||||
HRESULT SetStandby ([in] BOOL standbyOn);
|
||||
HRESULT SendCommand ([in] unsigned char* inBuffer, [in] unsigned int inBufferSize, [out] unsigned char* outBuffer, [out] unsigned int* outDataSize, [in] unsigned int outBufferSize, [out] BMDDeckControlError* error);
|
||||
HRESULT Play ([out] BMDDeckControlError* error);
|
||||
HRESULT Stop ([out] BMDDeckControlError* error);
|
||||
HRESULT TogglePlayStop ([out] BMDDeckControlError* error);
|
||||
HRESULT Eject ([out] BMDDeckControlError* error);
|
||||
HRESULT GoToTimecode ([in] BMDTimecodeBCD timecode, [out] BMDDeckControlError* error);
|
||||
HRESULT FastForward ([in] BOOL viewTape, [out] BMDDeckControlError* error);
|
||||
HRESULT Rewind ([in] BOOL viewTape, [out] BMDDeckControlError* error);
|
||||
HRESULT StepForward ([out] BMDDeckControlError* error);
|
||||
HRESULT StepBack ([out] BMDDeckControlError* error);
|
||||
HRESULT Jog ([in] double rate, [out] BMDDeckControlError* error);
|
||||
HRESULT Shuttle ([in] double rate, [out] BMDDeckControlError* error);
|
||||
HRESULT GetTimecodeString ([out] BSTR* currentTimeCode, [out] BMDDeckControlError* error);
|
||||
HRESULT GetTimecode ([out] IDeckLinkTimecode** currentTimecode, [out] BMDDeckControlError* error);
|
||||
HRESULT GetTimecodeBCD ([out] BMDTimecodeBCD* currentTimecode, [out] BMDDeckControlError* error);
|
||||
HRESULT SetPreroll ([in] unsigned int prerollSeconds);
|
||||
HRESULT GetPreroll ([out] unsigned int* prerollSeconds);
|
||||
HRESULT SetExportOffset ([in] int exportOffsetFields);
|
||||
HRESULT GetExportOffset ([out] int* exportOffsetFields);
|
||||
HRESULT GetManualExportOffset ([out] int* deckManualExportOffsetFields);
|
||||
HRESULT SetCaptureOffset ([in] int captureOffsetFields);
|
||||
HRESULT GetCaptureOffset ([out] int* captureOffsetFields);
|
||||
HRESULT StartExport ([in] BMDTimecodeBCD inTimecode, [in] BMDTimecodeBCD outTimecode, [in] BMDDeckControlExportModeOpsFlags exportModeOps, [out] BMDDeckControlError* error);
|
||||
HRESULT StartCapture ([in] BOOL useVITC, [in] BMDTimecodeBCD inTimecode, [in] BMDTimecodeBCD outTimecode, [out] BMDDeckControlError* error);
|
||||
HRESULT GetDeviceID ([out] unsigned short* deviceId, [out] BMDDeckControlError* error);
|
||||
HRESULT Abort (void);
|
||||
HRESULT CrashRecordStart ([out] BMDDeckControlError* error);
|
||||
HRESULT CrashRecordStop ([out] BMDDeckControlError* error);
|
||||
HRESULT SetCallback ([in] IDeckLinkDeckControlStatusCallback* callback);
|
||||
};
|
||||
|
||||
/* Coclasses */
|
||||
|
||||
importlib("stdole2.tlb");
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2018 Blackmagic Design
|
||||
** Copyright (c) 2020 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
|
|
@ -7,14 +7,14 @@
|
|||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
|
|
@ -46,20 +46,19 @@ cpp_quote("#endif")
|
|||
|
||||
interface IDeckLink;
|
||||
|
||||
/* Interface IDeckLink - represents a DeckLink device */
|
||||
/* Interface IDeckLink - Represents a DeckLink device */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(C418FBDD-0587-48ED-8FE5-640F0A14AF91),
|
||||
helpstring("represents a DeckLink device")
|
||||
helpstring("Represents a DeckLink device")
|
||||
] interface IDeckLink : IUnknown
|
||||
{
|
||||
HRESULT GetModelName([out] BSTR *modelName);
|
||||
HRESULT GetDisplayName([out] BSTR *displayName);
|
||||
HRESULT GetModelName ([out] BSTR* modelName);
|
||||
HRESULT GetDisplayName ([out] BSTR* displayName);
|
||||
};
|
||||
|
||||
/* Coclasses */
|
||||
|
||||
importlib("stdole2.tlb");
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2018 Blackmagic Design
|
||||
** Copyright (c) 2020 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
|
|
@ -7,14 +7,14 @@
|
|||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
|
|
@ -44,9 +44,9 @@ cpp_quote("#if 0")
|
|||
typedef enum _BMDDisplayModeFlags BMDDisplayModeFlags;
|
||||
cpp_quote("#endif")
|
||||
|
||||
/* Enum BMDDisplayMode - Video display modes */
|
||||
/* Enum BMDDisplayMode - BMDDisplayMode enumerates the video modes supported. */
|
||||
|
||||
typedef [v1_enum] enum _BMDDisplayMode {
|
||||
typedef [v1_enum] enum _BMDDisplayMode {
|
||||
|
||||
/* SD Modes */
|
||||
|
||||
|
|
@ -63,9 +63,16 @@ typedef [v1_enum] enum _BMDDisplayMode {
|
|||
bmdModeHD1080p25 = /* 'Hp25' */ 0x48703235,
|
||||
bmdModeHD1080p2997 = /* 'Hp29' */ 0x48703239,
|
||||
bmdModeHD1080p30 = /* 'Hp30' */ 0x48703330,
|
||||
bmdModeHD1080p4795 = /* 'Hp47' */ 0x48703437,
|
||||
bmdModeHD1080p48 = /* 'Hp48' */ 0x48703438,
|
||||
bmdModeHD1080p50 = /* 'Hp50' */ 0x48703530,
|
||||
bmdModeHD1080p5994 = /* 'Hp59' */ 0x48703539,
|
||||
bmdModeHD1080p6000 = /* 'Hp60' */ 0x48703630, // N.B. This _really_ is 60.00 Hz.
|
||||
bmdModeHD1080p9590 = /* 'Hp95' */ 0x48703935,
|
||||
bmdModeHD1080p96 = /* 'Hp96' */ 0x48703936,
|
||||
bmdModeHD1080p100 = /* 'Hp10' */ 0x48703130,
|
||||
bmdModeHD1080p11988 = /* 'Hp11' */ 0x48703131,
|
||||
bmdModeHD1080p120 = /* 'Hp12' */ 0x48703132,
|
||||
bmdModeHD1080i50 = /* 'Hi50' */ 0x48693530,
|
||||
bmdModeHD1080i5994 = /* 'Hi59' */ 0x48693539,
|
||||
bmdModeHD1080i6000 = /* 'Hi60' */ 0x48693630, // N.B. This _really_ is 60.00 Hz.
|
||||
|
|
@ -89,9 +96,16 @@ typedef [v1_enum] enum _BMDDisplayMode {
|
|||
bmdMode2kDCI25 = /* '2d25' */ 0x32643235,
|
||||
bmdMode2kDCI2997 = /* '2d29' */ 0x32643239,
|
||||
bmdMode2kDCI30 = /* '2d30' */ 0x32643330,
|
||||
bmdMode2kDCI4795 = /* '2d47' */ 0x32643437,
|
||||
bmdMode2kDCI48 = /* '2d48' */ 0x32643438,
|
||||
bmdMode2kDCI50 = /* '2d50' */ 0x32643530,
|
||||
bmdMode2kDCI5994 = /* '2d59' */ 0x32643539,
|
||||
bmdMode2kDCI60 = /* '2d60' */ 0x32643630,
|
||||
bmdMode2kDCI9590 = /* '2d95' */ 0x32643935,
|
||||
bmdMode2kDCI96 = /* '2d96' */ 0x32643936,
|
||||
bmdMode2kDCI100 = /* '2d10' */ 0x32643130,
|
||||
bmdMode2kDCI11988 = /* '2d11' */ 0x32643131,
|
||||
bmdMode2kDCI120 = /* '2d12' */ 0x32643132,
|
||||
|
||||
/* 4K UHD Modes */
|
||||
|
||||
|
|
@ -100,9 +114,16 @@ typedef [v1_enum] enum _BMDDisplayMode {
|
|||
bmdMode4K2160p25 = /* '4k25' */ 0x346B3235,
|
||||
bmdMode4K2160p2997 = /* '4k29' */ 0x346B3239,
|
||||
bmdMode4K2160p30 = /* '4k30' */ 0x346B3330,
|
||||
bmdMode4K2160p4795 = /* '4k47' */ 0x346B3437,
|
||||
bmdMode4K2160p48 = /* '4k48' */ 0x346B3438,
|
||||
bmdMode4K2160p50 = /* '4k50' */ 0x346B3530,
|
||||
bmdMode4K2160p5994 = /* '4k59' */ 0x346B3539,
|
||||
bmdMode4K2160p60 = /* '4k60' */ 0x346B3630,
|
||||
bmdMode4K2160p9590 = /* '4k95' */ 0x346B3935,
|
||||
bmdMode4K2160p96 = /* '4k96' */ 0x346B3936,
|
||||
bmdMode4K2160p100 = /* '4k10' */ 0x346B3130,
|
||||
bmdMode4K2160p11988 = /* '4k11' */ 0x346B3131,
|
||||
bmdMode4K2160p120 = /* '4k12' */ 0x346B3132,
|
||||
|
||||
/* 4K DCI Modes */
|
||||
|
||||
|
|
@ -111,9 +132,16 @@ typedef [v1_enum] enum _BMDDisplayMode {
|
|||
bmdMode4kDCI25 = /* '4d25' */ 0x34643235,
|
||||
bmdMode4kDCI2997 = /* '4d29' */ 0x34643239,
|
||||
bmdMode4kDCI30 = /* '4d30' */ 0x34643330,
|
||||
bmdMode4kDCI4795 = /* '4d47' */ 0x34643437,
|
||||
bmdMode4kDCI48 = /* '4d48' */ 0x34643438,
|
||||
bmdMode4kDCI50 = /* '4d50' */ 0x34643530,
|
||||
bmdMode4kDCI5994 = /* '4d59' */ 0x34643539,
|
||||
bmdMode4kDCI60 = /* '4d60' */ 0x34643630,
|
||||
bmdMode4kDCI9590 = /* '4d95' */ 0x34643935,
|
||||
bmdMode4kDCI96 = /* '4d96' */ 0x34643936,
|
||||
bmdMode4kDCI100 = /* '4d10' */ 0x34643130,
|
||||
bmdMode4kDCI11988 = /* '4d11' */ 0x34643131,
|
||||
bmdMode4kDCI120 = /* '4d12' */ 0x34643132,
|
||||
|
||||
/* 8K UHD Modes */
|
||||
|
||||
|
|
@ -122,6 +150,8 @@ typedef [v1_enum] enum _BMDDisplayMode {
|
|||
bmdMode8K4320p25 = /* '8k25' */ 0x386B3235,
|
||||
bmdMode8K4320p2997 = /* '8k29' */ 0x386B3239,
|
||||
bmdMode8K4320p30 = /* '8k30' */ 0x386B3330,
|
||||
bmdMode8K4320p4795 = /* '8k47' */ 0x386B3437,
|
||||
bmdMode8K4320p48 = /* '8k48' */ 0x386B3438,
|
||||
bmdMode8K4320p50 = /* '8k50' */ 0x386B3530,
|
||||
bmdMode8K4320p5994 = /* '8k59' */ 0x386B3539,
|
||||
bmdMode8K4320p60 = /* '8k60' */ 0x386B3630,
|
||||
|
|
@ -133,23 +163,39 @@ typedef [v1_enum] enum _BMDDisplayMode {
|
|||
bmdMode8kDCI25 = /* '8d25' */ 0x38643235,
|
||||
bmdMode8kDCI2997 = /* '8d29' */ 0x38643239,
|
||||
bmdMode8kDCI30 = /* '8d30' */ 0x38643330,
|
||||
bmdMode8kDCI4795 = /* '8d47' */ 0x38643437,
|
||||
bmdMode8kDCI48 = /* '8d48' */ 0x38643438,
|
||||
bmdMode8kDCI50 = /* '8d50' */ 0x38643530,
|
||||
bmdMode8kDCI5994 = /* '8d59' */ 0x38643539,
|
||||
bmdMode8kDCI60 = /* '8d60' */ 0x38643630,
|
||||
|
||||
/* RAW Modes for Cintel (input only) */
|
||||
/* PC Modes */
|
||||
|
||||
bmdModeCintelRAW = /* 'rwci' */ 0x72776369, // Frame size up to 4096x3072, variable frame rate
|
||||
bmdModeCintelCompressedRAW = /* 'rwcc' */ 0x72776363, // Frame size up to 4096x3072, variable frame rate
|
||||
bmdMode640x480p60 = /* 'vga6' */ 0x76676136,
|
||||
bmdMode800x600p60 = /* 'svg6' */ 0x73766736,
|
||||
bmdMode1440x900p50 = /* 'wxg5' */ 0x77786735,
|
||||
bmdMode1440x900p60 = /* 'wxg6' */ 0x77786736,
|
||||
bmdMode1440x1080p50 = /* 'sxg5' */ 0x73786735,
|
||||
bmdMode1440x1080p60 = /* 'sxg6' */ 0x73786736,
|
||||
bmdMode1600x1200p50 = /* 'uxg5' */ 0x75786735,
|
||||
bmdMode1600x1200p60 = /* 'uxg6' */ 0x75786736,
|
||||
bmdMode1920x1200p50 = /* 'wux5' */ 0x77757835,
|
||||
bmdMode1920x1200p60 = /* 'wux6' */ 0x77757836,
|
||||
bmdMode1920x1440p50 = /* '1945' */ 0x31393435,
|
||||
bmdMode1920x1440p60 = /* '1946' */ 0x31393436,
|
||||
bmdMode2560x1440p50 = /* 'wqh5' */ 0x77716835,
|
||||
bmdMode2560x1440p60 = /* 'wqh6' */ 0x77716836,
|
||||
bmdMode2560x1600p50 = /* 'wqx5' */ 0x77717835,
|
||||
bmdMode2560x1600p60 = /* 'wqx6' */ 0x77717836,
|
||||
|
||||
/* Special Modes */
|
||||
|
||||
bmdModeUnknown = /* 'iunk' */ 0x69756E6B
|
||||
} BMDDisplayMode;
|
||||
|
||||
/* Enum BMDFieldDominance - Video field dominance */
|
||||
/* Enum BMDFieldDominance - BMDFieldDominance enumerates settings applicable to video fields. */
|
||||
|
||||
typedef [v1_enum] enum _BMDFieldDominance {
|
||||
typedef [v1_enum] enum _BMDFieldDominance {
|
||||
bmdUnknownFieldDominance = 0,
|
||||
bmdLowerFieldFirst = /* 'lowr' */ 0x6C6F7772,
|
||||
bmdUpperFieldFirst = /* 'uppr' */ 0x75707072,
|
||||
|
|
@ -159,7 +205,8 @@ typedef [v1_enum] enum _BMDFieldDominance {
|
|||
|
||||
/* Enum BMDPixelFormat - Video pixel formats supported for output/input */
|
||||
|
||||
typedef [v1_enum] enum _BMDPixelFormat {
|
||||
typedef [v1_enum] enum _BMDPixelFormat {
|
||||
bmdFormatUnspecified = 0,
|
||||
bmdFormat8BitYUV = /* '2vuy' */ 0x32767579,
|
||||
bmdFormat10BitYUV = /* 'v210' */ 0x76323130,
|
||||
bmdFormat8BitARGB = 32,
|
||||
|
|
@ -173,17 +220,12 @@ typedef [v1_enum] enum _BMDPixelFormat {
|
|||
|
||||
/* AVID DNxHR */
|
||||
|
||||
bmdFormatDNxHR = /* 'AVdh' */ 0x41566468,
|
||||
|
||||
/* Cintel formats */
|
||||
|
||||
bmdFormat12BitRAWGRBG = /* 'r12p' */ 0x72313270, // 12-bit RAW data for bayer pattern GRBG
|
||||
bmdFormat12BitRAWJPEG = /* 'r16p' */ 0x72313670 // 12-bit RAW data arranged in tiles and JPEG compressed
|
||||
bmdFormatDNxHR = /* 'AVdh' */ 0x41566468
|
||||
} BMDPixelFormat;
|
||||
|
||||
/* Enum BMDDisplayModeFlags - Flags to describe the characteristics of an IDeckLinkDisplayMode. */
|
||||
|
||||
[v1_enum] enum _BMDDisplayModeFlags {
|
||||
[v1_enum] enum _BMDDisplayModeFlags {
|
||||
bmdDisplayModeSupports3D = 1 << 0,
|
||||
bmdDisplayModeColorspaceRec601 = 1 << 1,
|
||||
bmdDisplayModeColorspaceRec709 = 1 << 2,
|
||||
|
|
@ -195,36 +237,35 @@ typedef [v1_enum] enum _BMDPixelFormat {
|
|||
interface IDeckLinkDisplayModeIterator;
|
||||
interface IDeckLinkDisplayMode;
|
||||
|
||||
/* Interface IDeckLinkDisplayModeIterator - enumerates over supported input/output display modes. */
|
||||
/* Interface IDeckLinkDisplayModeIterator - Enumerates over supported input/output display modes. */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(9C88499F-F601-4021-B80B-032E4EB41C35),
|
||||
helpstring("enumerates over supported input/output display modes.")
|
||||
helpstring("Enumerates over supported input/output display modes.")
|
||||
] interface IDeckLinkDisplayModeIterator : IUnknown
|
||||
{
|
||||
HRESULT Next([out] IDeckLinkDisplayMode **deckLinkDisplayMode);
|
||||
HRESULT Next ([out] IDeckLinkDisplayMode** deckLinkDisplayMode);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkDisplayMode - represents a display mode */
|
||||
/* Interface IDeckLinkDisplayMode - Represents a display mode */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(3EB2C1AB-0A3D-4523-A3AD-F40D7FB14E78),
|
||||
helpstring("represents a display mode")
|
||||
helpstring("Represents a display mode")
|
||||
] interface IDeckLinkDisplayMode : IUnknown
|
||||
{
|
||||
HRESULT GetName([out] BSTR *name);
|
||||
BMDDisplayMode GetDisplayMode(void);
|
||||
long GetWidth(void);
|
||||
long GetHeight(void);
|
||||
HRESULT GetFrameRate([out] BMDTimeValue *frameDuration, [out] BMDTimeScale *timeScale);
|
||||
BMDFieldDominance GetFieldDominance(void);
|
||||
BMDDisplayModeFlags GetFlags(void);
|
||||
HRESULT GetName ([out] BSTR* name);
|
||||
BMDDisplayMode GetDisplayMode (void);
|
||||
long GetWidth (void);
|
||||
long GetHeight (void);
|
||||
HRESULT GetFrameRate ([out] BMDTimeValue* frameDuration, [out] BMDTimeScale* timeScale);
|
||||
BMDFieldDominance GetFieldDominance (void);
|
||||
BMDDisplayModeFlags GetFlags (void);
|
||||
};
|
||||
|
||||
/* Coclasses */
|
||||
|
||||
importlib("stdole2.tlb");
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2018 Blackmagic Design
|
||||
** Copyright (c) 2020 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
|
|
@ -7,14 +7,14 @@
|
|||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
|
|
@ -44,7 +44,7 @@ cpp_quote("#endif")
|
|||
|
||||
/* Enum BMDStreamingDeviceMode - Device modes */
|
||||
|
||||
typedef [v1_enum] enum _BMDStreamingDeviceMode {
|
||||
typedef [v1_enum] enum _BMDStreamingDeviceMode {
|
||||
bmdStreamingDeviceIdle = /* 'idle' */ 0x69646C65,
|
||||
bmdStreamingDeviceEncoding = /* 'enco' */ 0x656E636F,
|
||||
bmdStreamingDeviceStopping = /* 'stop' */ 0x73746F70,
|
||||
|
|
@ -53,7 +53,7 @@ typedef [v1_enum] enum _BMDStreamingDeviceMode {
|
|||
|
||||
/* Enum BMDStreamingEncodingFrameRate - Encoded frame rates */
|
||||
|
||||
typedef [v1_enum] enum _BMDStreamingEncodingFrameRate {
|
||||
typedef [v1_enum] enum _BMDStreamingEncodingFrameRate {
|
||||
|
||||
/* Interlaced rates */
|
||||
|
||||
|
|
@ -75,21 +75,21 @@ typedef [v1_enum] enum _BMDStreamingEncodingFrameRate {
|
|||
|
||||
/* Enum BMDStreamingEncodingSupport - Output encoding mode supported flag */
|
||||
|
||||
typedef [v1_enum] enum _BMDStreamingEncodingSupport {
|
||||
typedef [v1_enum] enum _BMDStreamingEncodingSupport {
|
||||
bmdStreamingEncodingModeNotSupported = 0,
|
||||
bmdStreamingEncodingModeSupported,
|
||||
bmdStreamingEncodingModeSupportedWithChanges
|
||||
bmdStreamingEncodingModeSupported,
|
||||
bmdStreamingEncodingModeSupportedWithChanges
|
||||
} BMDStreamingEncodingSupport;
|
||||
|
||||
/* Enum BMDStreamingVideoCodec - Video codecs */
|
||||
|
||||
typedef [v1_enum] enum _BMDStreamingVideoCodec {
|
||||
typedef [v1_enum] enum _BMDStreamingVideoCodec {
|
||||
bmdStreamingVideoCodecH264 = /* 'H264' */ 0x48323634
|
||||
} BMDStreamingVideoCodec;
|
||||
|
||||
/* Enum BMDStreamingH264Profile - H264 encoding profile */
|
||||
|
||||
typedef [v1_enum] enum _BMDStreamingH264Profile {
|
||||
typedef [v1_enum] enum _BMDStreamingH264Profile {
|
||||
bmdStreamingH264ProfileHigh = /* 'high' */ 0x68696768,
|
||||
bmdStreamingH264ProfileMain = /* 'main' */ 0x6D61696E,
|
||||
bmdStreamingH264ProfileBaseline = /* 'base' */ 0x62617365
|
||||
|
|
@ -97,7 +97,7 @@ typedef [v1_enum] enum _BMDStreamingH264Profile {
|
|||
|
||||
/* Enum BMDStreamingH264Level - H264 encoding level */
|
||||
|
||||
typedef [v1_enum] enum _BMDStreamingH264Level {
|
||||
typedef [v1_enum] enum _BMDStreamingH264Level {
|
||||
bmdStreamingH264Level12 = /* 'lv12' */ 0x6C763132,
|
||||
bmdStreamingH264Level13 = /* 'lv13' */ 0x6C763133,
|
||||
bmdStreamingH264Level2 = /* 'lv2 ' */ 0x6C763220,
|
||||
|
|
@ -113,20 +113,20 @@ typedef [v1_enum] enum _BMDStreamingH264Level {
|
|||
|
||||
/* Enum BMDStreamingH264EntropyCoding - H264 entropy coding */
|
||||
|
||||
typedef [v1_enum] enum _BMDStreamingH264EntropyCoding {
|
||||
typedef [v1_enum] enum _BMDStreamingH264EntropyCoding {
|
||||
bmdStreamingH264EntropyCodingCAVLC = /* 'EVLC' */ 0x45564C43,
|
||||
bmdStreamingH264EntropyCodingCABAC = /* 'EBAC' */ 0x45424143
|
||||
} BMDStreamingH264EntropyCoding;
|
||||
|
||||
/* Enum BMDStreamingAudioCodec - Audio codecs */
|
||||
|
||||
typedef [v1_enum] enum _BMDStreamingAudioCodec {
|
||||
typedef [v1_enum] enum _BMDStreamingAudioCodec {
|
||||
bmdStreamingAudioCodecAAC = /* 'AAC ' */ 0x41414320
|
||||
} BMDStreamingAudioCodec;
|
||||
|
||||
/* Enum BMDStreamingEncodingModePropertyID - Encoding mode properties */
|
||||
|
||||
typedef [v1_enum] enum _BMDStreamingEncodingModePropertyID {
|
||||
typedef [v1_enum] enum _BMDStreamingEncodingModePropertyID {
|
||||
|
||||
/* Integers, Video Properties */
|
||||
|
||||
|
|
@ -173,9 +173,9 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("Device notification callbacks.")
|
||||
] interface IBMDStreamingDeviceNotificationCallback : IUnknown
|
||||
{
|
||||
HRESULT StreamingDeviceArrived([in] IDeckLink* device);
|
||||
HRESULT StreamingDeviceRemoved([in] IDeckLink* device);
|
||||
HRESULT StreamingDeviceModeChanged([in] IDeckLink* device, [in] BMDStreamingDeviceMode mode);
|
||||
HRESULT StreamingDeviceArrived ([in] IDeckLink* device);
|
||||
HRESULT StreamingDeviceRemoved ([in] IDeckLink* device);
|
||||
HRESULT StreamingDeviceModeChanged ([in] IDeckLink* device, [in] BMDStreamingDeviceMode mode);
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingH264InputCallback - H264 input callbacks. */
|
||||
|
|
@ -186,12 +186,12 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("H264 input callbacks.")
|
||||
] interface IBMDStreamingH264InputCallback : IUnknown
|
||||
{
|
||||
HRESULT H264NALPacketArrived([in] IBMDStreamingH264NALPacket* nalPacket);
|
||||
HRESULT H264AudioPacketArrived([in] IBMDStreamingAudioPacket* audioPacket);
|
||||
HRESULT MPEG2TSPacketArrived([in] IBMDStreamingMPEG2TSPacket* tsPacket);
|
||||
HRESULT H264VideoInputConnectorScanningChanged(void);
|
||||
HRESULT H264VideoInputConnectorChanged(void);
|
||||
HRESULT H264VideoInputModeChanged(void);
|
||||
HRESULT H264NALPacketArrived ([in] IBMDStreamingH264NALPacket* nalPacket);
|
||||
HRESULT H264AudioPacketArrived ([in] IBMDStreamingAudioPacket* audioPacket);
|
||||
HRESULT MPEG2TSPacketArrived ([in] IBMDStreamingMPEG2TSPacket* tsPacket);
|
||||
HRESULT H264VideoInputConnectorScanningChanged (void);
|
||||
HRESULT H264VideoInputConnectorChanged (void);
|
||||
HRESULT H264VideoInputModeChanged (void);
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingDiscovery - Installs device notifications */
|
||||
|
|
@ -202,8 +202,8 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("Installs device notifications")
|
||||
] interface IBMDStreamingDiscovery : IUnknown
|
||||
{
|
||||
HRESULT InstallDeviceNotifications([in] IBMDStreamingDeviceNotificationCallback* theCallback);
|
||||
HRESULT UninstallDeviceNotifications(void);
|
||||
HRESULT InstallDeviceNotifications ([in] IBMDStreamingDeviceNotificationCallback* theCallback);
|
||||
HRESULT UninstallDeviceNotifications (void);
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingVideoEncodingMode - Represents an encoded video mode. */
|
||||
|
|
@ -214,19 +214,19 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("Represents an encoded video mode.")
|
||||
] interface IBMDStreamingVideoEncodingMode : IUnknown
|
||||
{
|
||||
HRESULT GetName([out] BSTR *name);
|
||||
unsigned int GetPresetID(void);
|
||||
unsigned int GetSourcePositionX(void);
|
||||
unsigned int GetSourcePositionY(void);
|
||||
unsigned int GetSourceWidth(void);
|
||||
unsigned int GetSourceHeight(void);
|
||||
unsigned int GetDestWidth(void);
|
||||
unsigned int GetDestHeight(void);
|
||||
HRESULT GetFlag([in] BMDStreamingEncodingModePropertyID cfgID, [out] BOOL* value);
|
||||
HRESULT GetInt([in] BMDStreamingEncodingModePropertyID cfgID, [out] LONGLONG* value);
|
||||
HRESULT GetFloat([in] BMDStreamingEncodingModePropertyID cfgID, [out] double* value);
|
||||
HRESULT GetString([in] BMDStreamingEncodingModePropertyID cfgID, [out] BSTR *value);
|
||||
HRESULT CreateMutableVideoEncodingMode([out] IBMDStreamingMutableVideoEncodingMode** newEncodingMode); // Creates a mutable copy of the encoding mode
|
||||
HRESULT GetName ([out] BSTR* name);
|
||||
unsigned int GetPresetID (void);
|
||||
unsigned int GetSourcePositionX (void);
|
||||
unsigned int GetSourcePositionY (void);
|
||||
unsigned int GetSourceWidth (void);
|
||||
unsigned int GetSourceHeight (void);
|
||||
unsigned int GetDestWidth (void);
|
||||
unsigned int GetDestHeight (void);
|
||||
HRESULT GetFlag ([in] BMDStreamingEncodingModePropertyID cfgID, [out] BOOL* value);
|
||||
HRESULT GetInt ([in] BMDStreamingEncodingModePropertyID cfgID, [out] LONGLONG* value);
|
||||
HRESULT GetFloat ([in] BMDStreamingEncodingModePropertyID cfgID, [out] double* value);
|
||||
HRESULT GetString ([in] BMDStreamingEncodingModePropertyID cfgID, [out] BSTR* value);
|
||||
HRESULT CreateMutableVideoEncodingMode ([out] IBMDStreamingMutableVideoEncodingMode** newEncodingMode); // Creates a mutable copy of the encoding mode
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingMutableVideoEncodingMode - Represents a mutable encoded video mode. */
|
||||
|
|
@ -237,12 +237,12 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("Represents a mutable encoded video mode.")
|
||||
] interface IBMDStreamingMutableVideoEncodingMode : IBMDStreamingVideoEncodingMode
|
||||
{
|
||||
HRESULT SetSourceRect([in] unsigned int posX, [in] unsigned int posY, [in] unsigned int width, [in] unsigned int height);
|
||||
HRESULT SetDestSize([in] unsigned int width, [in] unsigned int height);
|
||||
HRESULT SetFlag([in] BMDStreamingEncodingModePropertyID cfgID, [in] BOOL value);
|
||||
HRESULT SetInt([in] BMDStreamingEncodingModePropertyID cfgID, [in] LONGLONG value);
|
||||
HRESULT SetFloat([in] BMDStreamingEncodingModePropertyID cfgID, [in] double value);
|
||||
HRESULT SetString([in] BMDStreamingEncodingModePropertyID cfgID, [in] BSTR value);
|
||||
HRESULT SetSourceRect ([in] unsigned int posX, [in] unsigned int posY, [in] unsigned int width, [in] unsigned int height);
|
||||
HRESULT SetDestSize ([in] unsigned int width, [in] unsigned int height);
|
||||
HRESULT SetFlag ([in] BMDStreamingEncodingModePropertyID cfgID, [in] BOOL value);
|
||||
HRESULT SetInt ([in] BMDStreamingEncodingModePropertyID cfgID, [in] LONGLONG value);
|
||||
HRESULT SetFloat ([in] BMDStreamingEncodingModePropertyID cfgID, [in] double value);
|
||||
HRESULT SetString ([in] BMDStreamingEncodingModePropertyID cfgID, [in] BSTR value);
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingVideoEncodingModePresetIterator - Enumerates encoding mode presets */
|
||||
|
|
@ -253,7 +253,7 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("Enumerates encoding mode presets")
|
||||
] interface IBMDStreamingVideoEncodingModePresetIterator : IUnknown
|
||||
{
|
||||
HRESULT Next([out] IBMDStreamingVideoEncodingMode** videoEncodingMode);
|
||||
HRESULT Next ([out] IBMDStreamingVideoEncodingMode** videoEncodingMode);
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingDeviceInput - Created by QueryInterface from IDeckLink */
|
||||
|
|
@ -267,23 +267,23 @@ interface IBMDStreamingH264NALParser;
|
|||
|
||||
/* Input modes */
|
||||
|
||||
HRESULT DoesSupportVideoInputMode([in] BMDDisplayMode inputMode, [out] BOOL* result);
|
||||
HRESULT GetVideoInputModeIterator([out] IDeckLinkDisplayModeIterator** iterator);
|
||||
HRESULT SetVideoInputMode([in] BMDDisplayMode inputMode);
|
||||
HRESULT GetCurrentDetectedVideoInputMode([out] BMDDisplayMode* detectedMode);
|
||||
HRESULT DoesSupportVideoInputMode ([in] BMDDisplayMode inputMode, [out] BOOL* result);
|
||||
HRESULT GetVideoInputModeIterator ([out] IDeckLinkDisplayModeIterator** iterator);
|
||||
HRESULT SetVideoInputMode ([in] BMDDisplayMode inputMode);
|
||||
HRESULT GetCurrentDetectedVideoInputMode ([out] BMDDisplayMode* detectedMode);
|
||||
|
||||
/* Capture modes */
|
||||
|
||||
HRESULT GetVideoEncodingMode([out] IBMDStreamingVideoEncodingMode** encodingMode);
|
||||
HRESULT GetVideoEncodingModePresetIterator([in] BMDDisplayMode inputMode, [out] IBMDStreamingVideoEncodingModePresetIterator** iterator);
|
||||
HRESULT DoesSupportVideoEncodingMode([in] BMDDisplayMode inputMode, [in] IBMDStreamingVideoEncodingMode* encodingMode, [out] BMDStreamingEncodingSupport* result, [out] IBMDStreamingVideoEncodingMode** changedEncodingMode);
|
||||
HRESULT SetVideoEncodingMode([in] IBMDStreamingVideoEncodingMode* encodingMode);
|
||||
HRESULT GetVideoEncodingMode ([out] IBMDStreamingVideoEncodingMode** encodingMode);
|
||||
HRESULT GetVideoEncodingModePresetIterator ([in] BMDDisplayMode inputMode, [out] IBMDStreamingVideoEncodingModePresetIterator** iterator);
|
||||
HRESULT DoesSupportVideoEncodingMode ([in] BMDDisplayMode inputMode, [in] IBMDStreamingVideoEncodingMode* encodingMode, [out] BMDStreamingEncodingSupport* result, [out] IBMDStreamingVideoEncodingMode** changedEncodingMode);
|
||||
HRESULT SetVideoEncodingMode ([in] IBMDStreamingVideoEncodingMode* encodingMode);
|
||||
|
||||
/* Input control */
|
||||
|
||||
HRESULT StartCapture(void);
|
||||
HRESULT StopCapture(void);
|
||||
HRESULT SetCallback([in] IUnknown* theCallback);
|
||||
HRESULT StartCapture (void);
|
||||
HRESULT StopCapture (void);
|
||||
HRESULT SetCallback ([in] IUnknown* theCallback);
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingH264NALPacket - Represent an H.264 NAL packet */
|
||||
|
|
@ -294,11 +294,11 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("Represent an H.264 NAL packet")
|
||||
] interface IBMDStreamingH264NALPacket : IUnknown
|
||||
{
|
||||
long GetPayloadSize(void);
|
||||
HRESULT GetBytes([out] void** buffer);
|
||||
HRESULT GetBytesWithSizePrefix([out] void** buffer); // Contains a 32-bit unsigned big endian size prefix
|
||||
HRESULT GetDisplayTime([in] ULONGLONG requestedTimeScale, [out] ULONGLONG* displayTime);
|
||||
HRESULT GetPacketIndex([out] unsigned int* packetIndex); // Deprecated
|
||||
long GetPayloadSize (void);
|
||||
HRESULT GetBytes ([out] void** buffer);
|
||||
HRESULT GetBytesWithSizePrefix ([out] void** buffer); // Contains a 32-bit unsigned big endian size prefix
|
||||
HRESULT GetDisplayTime ([in] ULONGLONG requestedTimeScale, [out] ULONGLONG* displayTime);
|
||||
HRESULT GetPacketIndex ([out] unsigned int* packetIndex); // Deprecated
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingAudioPacket - Represents a chunk of audio data */
|
||||
|
|
@ -309,11 +309,11 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("Represents a chunk of audio data")
|
||||
] interface IBMDStreamingAudioPacket : IUnknown
|
||||
{
|
||||
BMDStreamingAudioCodec GetCodec(void);
|
||||
long GetPayloadSize(void);
|
||||
HRESULT GetBytes([out] void** buffer);
|
||||
HRESULT GetPlayTime([in] ULONGLONG requestedTimeScale, [out] ULONGLONG* playTime);
|
||||
HRESULT GetPacketIndex([out] unsigned int* packetIndex); // Deprecated
|
||||
BMDStreamingAudioCodec GetCodec (void);
|
||||
long GetPayloadSize (void);
|
||||
HRESULT GetBytes ([out] void** buffer);
|
||||
HRESULT GetPlayTime ([in] ULONGLONG requestedTimeScale, [out] ULONGLONG* playTime);
|
||||
HRESULT GetPacketIndex ([out] unsigned int* packetIndex); // Deprecated
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingMPEG2TSPacket - Represent an MPEG2 Transport Stream packet */
|
||||
|
|
@ -324,8 +324,8 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("Represent an MPEG2 Transport Stream packet")
|
||||
] interface IBMDStreamingMPEG2TSPacket : IUnknown
|
||||
{
|
||||
long GetPayloadSize(void);
|
||||
HRESULT GetBytes([out] void** buffer);
|
||||
long GetPayloadSize (void);
|
||||
HRESULT GetBytes ([out] void** buffer);
|
||||
};
|
||||
|
||||
/* Interface IBMDStreamingH264NALParser - For basic NAL parsing */
|
||||
|
|
@ -336,9 +336,9 @@ interface IBMDStreamingH264NALParser;
|
|||
helpstring("For basic NAL parsing")
|
||||
] interface IBMDStreamingH264NALParser : IUnknown
|
||||
{
|
||||
HRESULT IsNALSequenceParameterSet([in] IBMDStreamingH264NALPacket* nal);
|
||||
HRESULT IsNALPictureParameterSet([in] IBMDStreamingH264NALPacket* nal);
|
||||
HRESULT GetProfileAndLevelFromSPS([in] IBMDStreamingH264NALPacket* nal, [out] unsigned int* profileIdc, [out] unsigned int* profileCompatability, [out] unsigned int* levelIdc);
|
||||
HRESULT IsNALSequenceParameterSet ([in] IBMDStreamingH264NALPacket* nal);
|
||||
HRESULT IsNALPictureParameterSet ([in] IBMDStreamingH264NALPacket* nal);
|
||||
HRESULT GetProfileAndLevelFromSPS ([in] IBMDStreamingH264NALPacket* nal, [out] unsigned int* profileIdc, [out] unsigned int* profileCompatability, [out] unsigned int* levelIdc);
|
||||
};
|
||||
|
||||
/* Coclasses */
|
||||
|
|
@ -361,4 +361,3 @@ importlib("stdole2.tlb");
|
|||
[default] interface IBMDStreamingH264NALParser;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2018 Blackmagic Design
|
||||
** Copyright (c) 2020 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
|
|
@ -7,14 +7,14 @@
|
|||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
|
|
@ -50,16 +50,19 @@ cpp_quote("#endif")
|
|||
|
||||
/* Enum BMDTimecodeFlags - Timecode flags */
|
||||
|
||||
[v1_enum] enum _BMDTimecodeFlags {
|
||||
[v1_enum] enum _BMDTimecodeFlags {
|
||||
bmdTimecodeFlagDefault = 0,
|
||||
bmdTimecodeIsDropFrame = 1 << 0,
|
||||
bmdTimecodeFieldMark = 1 << 1,
|
||||
bmdTimecodeColorFrame = 1 << 2
|
||||
bmdTimecodeColorFrame = 1 << 2,
|
||||
bmdTimecodeEmbedRecordingTrigger = 1 << 3, // On SDI recording trigger utilises a user-bit.
|
||||
bmdTimecodeRecordingTriggered = 1 << 4
|
||||
};
|
||||
|
||||
/* Enum BMDVideoConnection - Video connection types */
|
||||
|
||||
typedef [v1_enum] enum _BMDVideoConnection {
|
||||
typedef [v1_enum] enum _BMDVideoConnection {
|
||||
bmdVideoConnectionUnspecified = 0,
|
||||
bmdVideoConnectionSDI = 1 << 0,
|
||||
bmdVideoConnectionHDMI = 1 << 1,
|
||||
bmdVideoConnectionOpticalSDI = 1 << 2,
|
||||
|
|
@ -70,7 +73,7 @@ typedef [v1_enum] enum _BMDVideoConnection {
|
|||
|
||||
/* Enum BMDAudioConnection - Audio connection types */
|
||||
|
||||
typedef [v1_enum] enum _BMDAudioConnection {
|
||||
typedef [v1_enum] enum _BMDAudioConnection {
|
||||
bmdAudioConnectionEmbedded = 1 << 0,
|
||||
bmdAudioConnectionAESEBU = 1 << 1,
|
||||
bmdAudioConnectionAnalog = 1 << 2,
|
||||
|
|
@ -82,7 +85,7 @@ typedef [v1_enum] enum _BMDAudioConnection {
|
|||
|
||||
/* Enum BMDDeckControlConnection - Deck control connections */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckControlConnection {
|
||||
typedef [v1_enum] enum _BMDDeckControlConnection {
|
||||
bmdDeckControlConnectionRS422Remote1 = 1 << 0,
|
||||
bmdDeckControlConnectionRS422Remote2 = 1 << 1
|
||||
} BMDDeckControlConnection;
|
||||
|
|
@ -99,15 +102,14 @@ interface IDeckLinkTimecode;
|
|||
helpstring("Used for video frame timecode representation.")
|
||||
] interface IDeckLinkTimecode : IUnknown
|
||||
{
|
||||
BMDTimecodeBCD GetBCD(void);
|
||||
HRESULT GetComponents([out] unsigned char *hours, [out] unsigned char *minutes, [out] unsigned char *seconds, [out] unsigned char *frames);
|
||||
HRESULT GetString([out] BSTR *timecode);
|
||||
BMDTimecodeFlags GetFlags(void);
|
||||
HRESULT GetTimecodeUserBits([out] BMDTimecodeUserBits *userBits);
|
||||
BMDTimecodeBCD GetBCD (void);
|
||||
HRESULT GetComponents ([out] unsigned char* hours, [out] unsigned char* minutes, [out] unsigned char* seconds, [out] unsigned char* frames);
|
||||
HRESULT GetString ([out] BSTR* timecode);
|
||||
BMDTimecodeFlags GetFlags (void);
|
||||
HRESULT GetTimecodeUserBits ([out] BMDTimecodeUserBits* userBits);
|
||||
};
|
||||
|
||||
/* Coclasses */
|
||||
|
||||
importlib("stdole2.tlb");
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
#ifndef __DeckLink_API_Version_h__
|
||||
#define __DeckLink_API_Version_h__
|
||||
|
||||
#define BLACKMAGIC_DECKLINK_API_VERSION 0x0a0b0400
|
||||
#define BLACKMAGIC_DECKLINK_API_VERSION_STRING "10.11.4"
|
||||
#define BLACKMAGIC_DECKLINK_API_VERSION 0x0b060000
|
||||
#define BLACKMAGIC_DECKLINK_API_VERSION_STRING "11.6"
|
||||
|
||||
#endif // __DeckLink_API_Version_h__
|
||||
|
||||
|
|
|
|||
289
plugins/decklink/win/decklink-sdk/DeckLinkAPI_v10_11.idl
Normal file
289
plugins/decklink/win/decklink-sdk/DeckLinkAPI_v10_11.idl
Normal file
|
|
@ -0,0 +1,289 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2018 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
** this license (the "Software") to use, reproduce, display, distribute,
|
||||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
** SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
||||
** FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
||||
** ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
** DEALINGS IN THE SOFTWARE.
|
||||
** -LICENSE-END-
|
||||
*/
|
||||
/* DeckLinkAPI_v10_11.idl */
|
||||
|
||||
// Enumeration Mapping
|
||||
|
||||
/* Enum BMDDisplayModeSupport_v10_11 - Output mode supported flags */
|
||||
|
||||
typedef [v1_enum] enum _BMDDisplayModeSupport_v10_11 {
|
||||
bmdDisplayModeNotSupported_v10_11 = 0,
|
||||
bmdDisplayModeSupported_v10_11,
|
||||
bmdDisplayModeSupportedWithConversion_v10_11
|
||||
} BMDDisplayModeSupport_v10_11;
|
||||
|
||||
/* Enum BMDDuplexMode - Duplex for configurable ports */
|
||||
|
||||
typedef [v1_enum] enum _BMDDuplexMode_v10_11 {
|
||||
bmdDuplexModeFull_v10_11 = /* 'fdup' */ 0x66647570,
|
||||
bmdDuplexModeHalf_v10_11 = /* 'hdup' */ 0x68647570
|
||||
} BMDDuplexMode_v10_11;
|
||||
|
||||
/* Enum BMDDeckLinkConfigurationID - DeckLink Configuration ID */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckLinkConfigurationID_v10_11 {
|
||||
|
||||
/* Video Input/Output Integers */
|
||||
|
||||
bmdDeckLinkConfigDuplexMode_v10_11 = /* 'dupx' */ 0x64757078,
|
||||
|
||||
} BMDDeckLinkConfigurationID_v10_11;
|
||||
|
||||
/* Enum BMDDeckLinkAttributeID - DeckLink Attribute ID */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckLinkAttributeID_v10_11 {
|
||||
|
||||
/* Flags */
|
||||
|
||||
BMDDeckLinkSupportsDuplexModeConfiguration_v10_11 = /* 'dupx' */ 0x64757078,
|
||||
BMDDeckLinkSupportsHDKeying_v10_11 = /* 'keyh' */ 0x6B657968,
|
||||
|
||||
/* Integers */
|
||||
|
||||
BMDDeckLinkPairedDevicePersistentID_v10_11 = /* 'ppid' */ 0x70706964,
|
||||
BMDDeckLinkSupportsFullDuplex_v10_11 = /* 'fdup' */ 0x66647570,
|
||||
|
||||
} BMDDeckLinkAttributeID_v10_11;
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckLinkStatusID_v10_11 {
|
||||
bmdDeckLinkStatusDuplexMode_v10_11 = /* 'dupx' */ 0x64757078,
|
||||
} BMDDeckLinkStatusID_v10_11;
|
||||
|
||||
/* Enum BMDDuplexStatus - Duplex status of the device */
|
||||
|
||||
typedef [v1_enum] enum _BMDDuplexStatus_v10_11 {
|
||||
bmdDuplexFullDuplex_v10_11 = /* 'fdup' */ 0x66647570,
|
||||
bmdDuplexHalfDuplex_v10_11 = /* 'hdup' */ 0x68647570,
|
||||
bmdDuplexSimplex_v10_11 = /* 'splx' */ 0x73706C78,
|
||||
bmdDuplexInactive_v10_11 = /* 'inac' */ 0x696E6163
|
||||
} BMDDuplexStatus_v10_11;
|
||||
|
||||
// Forward Declarations
|
||||
|
||||
interface IDeckLinkConfiguration_v10_11;
|
||||
interface IDeckLinkAttributes_v10_11;
|
||||
interface IDeckLinkNotification_v10_11;
|
||||
|
||||
/* Interface IDeckLinkConfiguration_v10_11 - DeckLink Configuration interface */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(EF90380B-4AE5-4346-9077-E288E149F129),
|
||||
local,
|
||||
helpstring("DeckLink Configuration interface")
|
||||
] interface IDeckLinkConfiguration_v10_11 : IUnknown
|
||||
{
|
||||
HRESULT SetFlag([in] BMDDeckLinkConfigurationID cfgID, [in] BOOL value);
|
||||
HRESULT GetFlag([in] BMDDeckLinkConfigurationID cfgID, [out] BOOL *value);
|
||||
HRESULT SetInt([in] BMDDeckLinkConfigurationID cfgID, [in] LONGLONG value);
|
||||
HRESULT GetInt([in] BMDDeckLinkConfigurationID cfgID, [out] LONGLONG *value);
|
||||
HRESULT SetFloat([in] BMDDeckLinkConfigurationID cfgID, [in] double value);
|
||||
HRESULT GetFloat([in] BMDDeckLinkConfigurationID cfgID, [out] double *value);
|
||||
HRESULT SetString([in] BMDDeckLinkConfigurationID cfgID, [in] BSTR value);
|
||||
HRESULT GetString([in] BMDDeckLinkConfigurationID cfgID, [out] BSTR *value);
|
||||
HRESULT WriteConfigurationToPreferences(void);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkAttributes_v10_11 - DeckLink Attribute interface */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(ABC11843-D966-44CB-96E2-A1CB5D3135C4),
|
||||
local,
|
||||
helpstring("DeckLink Attribute interface")
|
||||
] interface IDeckLinkAttributes_v10_11 : IUnknown
|
||||
{
|
||||
HRESULT GetFlag([in] BMDDeckLinkAttributeID cfgID, [out] BOOL *value);
|
||||
HRESULT GetInt([in] BMDDeckLinkAttributeID cfgID, [out] LONGLONG *value);
|
||||
HRESULT GetFloat([in] BMDDeckLinkAttributeID cfgID, [out] double *value);
|
||||
HRESULT GetString([in] BMDDeckLinkAttributeID cfgID, [out] BSTR *value);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkOutput_v10_11 - DeckLink output interface. */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(CC5C8A6E-3F2F-4B3A-87EA-FD78AF300564),
|
||||
local,
|
||||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkOutput_v10_11 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoOutputFlags flags, [out] BMDDisplayModeSupport_v10_11 *result, [out] IDeckLinkDisplayMode **resultDisplayMode);
|
||||
HRESULT GetDisplayModeIterator([out] IDeckLinkDisplayModeIterator **iterator);
|
||||
|
||||
HRESULT SetScreenPreviewCallback([in] IDeckLinkScreenPreviewCallback *previewCallback);
|
||||
|
||||
/* Video Output */
|
||||
|
||||
HRESULT EnableVideoOutput([in] BMDDisplayMode displayMode, [in] BMDVideoOutputFlags flags);
|
||||
HRESULT DisableVideoOutput(void);
|
||||
|
||||
HRESULT SetVideoOutputFrameMemoryAllocator([in] IDeckLinkMemoryAllocator *theAllocator);
|
||||
HRESULT CreateVideoFrame([in] int width, [in] int height, [in] int rowBytes, [in] BMDPixelFormat pixelFormat, [in] BMDFrameFlags flags, [out] IDeckLinkMutableVideoFrame **outFrame);
|
||||
HRESULT CreateAncillaryData([in] BMDPixelFormat pixelFormat, [out] IDeckLinkVideoFrameAncillary **outBuffer);
|
||||
|
||||
HRESULT DisplayVideoFrameSync([in] IDeckLinkVideoFrame *theFrame);
|
||||
HRESULT ScheduleVideoFrame([in] IDeckLinkVideoFrame *theFrame, [in] BMDTimeValue displayTime, [in] BMDTimeValue displayDuration, [in] BMDTimeScale timeScale);
|
||||
HRESULT SetScheduledFrameCompletionCallback([in] IDeckLinkVideoOutputCallback *theCallback);
|
||||
HRESULT GetBufferedVideoFrameCount([out] unsigned int *bufferedFrameCount);
|
||||
|
||||
/* Audio Output */
|
||||
|
||||
HRESULT EnableAudioOutput([in] BMDAudioSampleRate sampleRate, [in] BMDAudioSampleType sampleType, [in] unsigned int channelCount, [in] BMDAudioOutputStreamType streamType);
|
||||
HRESULT DisableAudioOutput(void);
|
||||
|
||||
HRESULT WriteAudioSamplesSync([in] void *buffer, [in] unsigned int sampleFrameCount, [out] unsigned int *sampleFramesWritten);
|
||||
|
||||
HRESULT BeginAudioPreroll(void);
|
||||
HRESULT EndAudioPreroll(void);
|
||||
HRESULT ScheduleAudioSamples([in] void *buffer, [in] unsigned int sampleFrameCount, [in] BMDTimeValue streamTime, [in] BMDTimeScale timeScale, [out] unsigned int *sampleFramesWritten);
|
||||
|
||||
HRESULT GetBufferedAudioSampleFrameCount([out] unsigned int *bufferedSampleFrameCount);
|
||||
HRESULT FlushBufferedAudioSamples(void);
|
||||
|
||||
HRESULT SetAudioCallback([in] IDeckLinkAudioOutputCallback *theCallback);
|
||||
|
||||
/* Output Control */
|
||||
|
||||
HRESULT StartScheduledPlayback([in] BMDTimeValue playbackStartTime, [in] BMDTimeScale timeScale, [in] double playbackSpeed);
|
||||
HRESULT StopScheduledPlayback([in] BMDTimeValue stopPlaybackAtTime, [out] BMDTimeValue *actualStopTime, [in] BMDTimeScale timeScale);
|
||||
HRESULT IsScheduledPlaybackRunning([out] BOOL *active);
|
||||
HRESULT GetScheduledStreamTime([in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue *streamTime, [out] double *playbackSpeed);
|
||||
HRESULT GetReferenceStatus([out] BMDReferenceStatus *referenceStatus);
|
||||
|
||||
/* Hardware Timing */
|
||||
|
||||
HRESULT GetHardwareReferenceClock([in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue *hardwareTime, [out] BMDTimeValue *timeInFrame, [out] BMDTimeValue *ticksPerFrame);
|
||||
HRESULT GetFrameCompletionReferenceTimestamp([in] IDeckLinkVideoFrame *theFrame, [in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue *frameCompletionTimestamp);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkInput_v10_11 - DeckLink input interface. */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(AF22762B-DFAC-4846-AA79-FA8883560995),
|
||||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkInput_v10_11 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoInputFlags flags, [out] BMDDisplayModeSupport_v10_11 *result, [out] IDeckLinkDisplayMode **resultDisplayMode);
|
||||
HRESULT GetDisplayModeIterator([out] IDeckLinkDisplayModeIterator **iterator);
|
||||
|
||||
HRESULT SetScreenPreviewCallback([in] IDeckLinkScreenPreviewCallback *previewCallback);
|
||||
|
||||
/* Video Input */
|
||||
|
||||
HRESULT EnableVideoInput([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoInputFlags flags);
|
||||
HRESULT DisableVideoInput(void);
|
||||
HRESULT GetAvailableVideoFrameCount([out] unsigned int *availableFrameCount);
|
||||
HRESULT SetVideoInputFrameMemoryAllocator([in] IDeckLinkMemoryAllocator *theAllocator);
|
||||
|
||||
/* Audio Input */
|
||||
|
||||
HRESULT EnableAudioInput([in] BMDAudioSampleRate sampleRate, [in] BMDAudioSampleType sampleType, [in] unsigned int channelCount);
|
||||
HRESULT DisableAudioInput(void);
|
||||
HRESULT GetAvailableAudioSampleFrameCount([out] unsigned int *availableSampleFrameCount);
|
||||
|
||||
/* Input Control */
|
||||
|
||||
HRESULT StartStreams(void);
|
||||
HRESULT StopStreams(void);
|
||||
HRESULT PauseStreams(void);
|
||||
HRESULT FlushStreams(void);
|
||||
HRESULT SetCallback([in] IDeckLinkInputCallback *theCallback);
|
||||
|
||||
/* Hardware Timing */
|
||||
|
||||
HRESULT GetHardwareReferenceClock([in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue *hardwareTime, [out] BMDTimeValue *timeInFrame, [out] BMDTimeValue *ticksPerFrame);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkEncoderInput_v10_11 - Created by QueryInterface from IDeckLink. */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(270587DA-6B7D-42E7-A1F0-6D853F581185),
|
||||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkEncoderInput_v10_11 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoInputFlags flags, [out] BMDDisplayModeSupport_v10_11 *result, [out] IDeckLinkDisplayMode **resultDisplayMode);
|
||||
HRESULT GetDisplayModeIterator([out] IDeckLinkDisplayModeIterator **iterator);
|
||||
|
||||
/* Video Input */
|
||||
|
||||
HRESULT EnableVideoInput([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoInputFlags flags);
|
||||
HRESULT DisableVideoInput(void);
|
||||
HRESULT GetAvailablePacketsCount([out] unsigned int *availablePacketsCount);
|
||||
HRESULT SetMemoryAllocator([in] IDeckLinkMemoryAllocator *theAllocator);
|
||||
|
||||
/* Audio Input */
|
||||
|
||||
HRESULT EnableAudioInput([in] BMDAudioFormat audioFormat, [in] BMDAudioSampleRate sampleRate, [in] BMDAudioSampleType sampleType, [in] unsigned int channelCount);
|
||||
HRESULT DisableAudioInput(void);
|
||||
HRESULT GetAvailableAudioSampleFrameCount([out] unsigned int *availableSampleFrameCount);
|
||||
|
||||
/* Input Control */
|
||||
|
||||
HRESULT StartStreams(void);
|
||||
HRESULT StopStreams(void);
|
||||
HRESULT PauseStreams(void);
|
||||
HRESULT FlushStreams(void);
|
||||
HRESULT SetCallback([in] IDeckLinkEncoderInputCallback *theCallback);
|
||||
|
||||
/* Hardware Timing */
|
||||
|
||||
HRESULT GetHardwareReferenceClock([in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue *hardwareTime, [out] BMDTimeValue *timeInFrame, [out] BMDTimeValue *ticksPerFrame);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkNotification_v10_11 - DeckLink Notification interface */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(0A1FB207-E215-441B-9B19-6FA1575946C5),
|
||||
local,
|
||||
helpstring("DeckLink Notification interface")
|
||||
] interface IDeckLinkNotification_v10_11 : IUnknown
|
||||
{
|
||||
HRESULT Subscribe([in] BMDNotifications topic, [in] IDeckLinkNotificationCallback *theCallback);
|
||||
HRESULT Unsubscribe([in] BMDNotifications topic, [in] IDeckLinkNotificationCallback *theCallback);
|
||||
};
|
||||
|
||||
importlib("stdole2.tlb");
|
||||
|
||||
[
|
||||
uuid(87D2693F-8D4A-45C7-B43F-10ACBA25E68F),
|
||||
helpstring("CDeckLinkIterator_v10_11 Class")
|
||||
] coclass CDeckLinkIterator_v10_11
|
||||
{
|
||||
[default] interface IDeckLinkIterator;
|
||||
};
|
||||
|
||||
[
|
||||
uuid(652615D4-26CD-4514-B161-2FD5072ED008),
|
||||
helpstring("CDeckLinkDiscovery_v10_11 Class")
|
||||
] coclass CDeckLinkDiscovery_v10_11
|
||||
{
|
||||
[default] interface IDeckLinkDiscovery;
|
||||
};
|
||||
120
plugins/decklink/win/decklink-sdk/DeckLinkAPI_v11_4.idl
Normal file
120
plugins/decklink/win/decklink-sdk/DeckLinkAPI_v11_4.idl
Normal file
|
|
@ -0,0 +1,120 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2019 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
** this license (the "Software") to use, reproduce, display, distribute,
|
||||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
** SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
||||
** FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
||||
** ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
** DEALINGS IN THE SOFTWARE.
|
||||
** -LICENSE-END-
|
||||
*/
|
||||
/* DeckLinkAPI_v11_4.idl */
|
||||
|
||||
// Enumeration Mapping
|
||||
|
||||
/* Interface IDeckLinkOutput_v11_4 - Created by QueryInterface from IDeckLink. */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(065A0F6C-C508-4D0D-B919-F5EB0EBFC96B),
|
||||
local,
|
||||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkOutput_v11_4 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode ([in] BMDVideoConnection connection /* If a value of 0 is specified, the caller does not care about the connection */, [in] BMDDisplayMode requestedMode, [in] BMDPixelFormat requestedPixelFormat, [in] BMDSupportedVideoModeFlags flags, [out] BMDDisplayMode* actualMode, [out] BOOL* supported);
|
||||
HRESULT GetDisplayMode ([in] BMDDisplayMode displayMode, [out] IDeckLinkDisplayMode** resultDisplayMode);
|
||||
HRESULT GetDisplayModeIterator ([out] IDeckLinkDisplayModeIterator** iterator);
|
||||
HRESULT SetScreenPreviewCallback ([in] IDeckLinkScreenPreviewCallback* previewCallback);
|
||||
|
||||
/* Video Output */
|
||||
|
||||
HRESULT EnableVideoOutput ([in] BMDDisplayMode displayMode, [in] BMDVideoOutputFlags flags);
|
||||
HRESULT DisableVideoOutput (void);
|
||||
HRESULT SetVideoOutputFrameMemoryAllocator ([in] IDeckLinkMemoryAllocator* theAllocator);
|
||||
HRESULT CreateVideoFrame ([in] int width, [in] int height, [in] int rowBytes, [in] BMDPixelFormat pixelFormat, [in] BMDFrameFlags flags, [out] IDeckLinkMutableVideoFrame** outFrame);
|
||||
HRESULT CreateAncillaryData ([in] BMDPixelFormat pixelFormat, [out] IDeckLinkVideoFrameAncillary** outBuffer); // Use of IDeckLinkVideoFrameAncillaryPackets is preferred
|
||||
HRESULT DisplayVideoFrameSync ([in] IDeckLinkVideoFrame* theFrame);
|
||||
HRESULT ScheduleVideoFrame ([in] IDeckLinkVideoFrame* theFrame, [in] BMDTimeValue displayTime, [in] BMDTimeValue displayDuration, [in] BMDTimeScale timeScale);
|
||||
HRESULT SetScheduledFrameCompletionCallback ([in] IDeckLinkVideoOutputCallback* theCallback);
|
||||
HRESULT GetBufferedVideoFrameCount ([out] unsigned int* bufferedFrameCount);
|
||||
|
||||
/* Audio Output */
|
||||
|
||||
HRESULT EnableAudioOutput ([in] BMDAudioSampleRate sampleRate, [in] BMDAudioSampleType sampleType, [in] unsigned int channelCount, [in] BMDAudioOutputStreamType streamType);
|
||||
HRESULT DisableAudioOutput (void);
|
||||
HRESULT WriteAudioSamplesSync ([in] void* buffer, [in] unsigned int sampleFrameCount, [out] unsigned int* sampleFramesWritten);
|
||||
HRESULT BeginAudioPreroll (void);
|
||||
HRESULT EndAudioPreroll (void);
|
||||
HRESULT ScheduleAudioSamples ([in] void* buffer, [in] unsigned int sampleFrameCount, [in] BMDTimeValue streamTime, [in] BMDTimeScale timeScale, [out] unsigned int* sampleFramesWritten);
|
||||
HRESULT GetBufferedAudioSampleFrameCount ([out] unsigned int* bufferedSampleFrameCount);
|
||||
HRESULT FlushBufferedAudioSamples (void);
|
||||
HRESULT SetAudioCallback ([in] IDeckLinkAudioOutputCallback* theCallback);
|
||||
|
||||
/* Output Control */
|
||||
|
||||
HRESULT StartScheduledPlayback ([in] BMDTimeValue playbackStartTime, [in] BMDTimeScale timeScale, [in] double playbackSpeed);
|
||||
HRESULT StopScheduledPlayback ([in] BMDTimeValue stopPlaybackAtTime, [out] BMDTimeValue* actualStopTime, [in] BMDTimeScale timeScale);
|
||||
HRESULT IsScheduledPlaybackRunning ([out] BOOL* active);
|
||||
HRESULT GetScheduledStreamTime ([in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue* streamTime, [out] double* playbackSpeed);
|
||||
HRESULT GetReferenceStatus ([out] BMDReferenceStatus* referenceStatus);
|
||||
|
||||
/* Hardware Timing */
|
||||
|
||||
HRESULT GetHardwareReferenceClock ([in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue* hardwareTime, [out] BMDTimeValue* timeInFrame, [out] BMDTimeValue* ticksPerFrame);
|
||||
HRESULT GetFrameCompletionReferenceTimestamp ([in] IDeckLinkVideoFrame* theFrame, [in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue* frameCompletionTimestamp);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkInput_v11_4 - Created by QueryInterface from IDeckLink. */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(2A88CF76-F494-4216-A7EF-DC74EEB83882),
|
||||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkInput_v11_4 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode ([in] BMDVideoConnection connection /* If a value of 0 is specified, the caller does not care about the connection */, [in] BMDDisplayMode requestedMode, [in] BMDPixelFormat requestedPixelFormat, [in] BMDSupportedVideoModeFlags flags, [out] BOOL* supported);
|
||||
HRESULT GetDisplayMode ([in] BMDDisplayMode displayMode, [out] IDeckLinkDisplayMode** resultDisplayMode);
|
||||
HRESULT GetDisplayModeIterator ([out] IDeckLinkDisplayModeIterator** iterator);
|
||||
HRESULT SetScreenPreviewCallback ([in] IDeckLinkScreenPreviewCallback* previewCallback);
|
||||
|
||||
/* Video Input */
|
||||
|
||||
HRESULT EnableVideoInput ([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoInputFlags flags);
|
||||
HRESULT DisableVideoInput (void);
|
||||
HRESULT GetAvailableVideoFrameCount ([out] unsigned int* availableFrameCount);
|
||||
HRESULT SetVideoInputFrameMemoryAllocator ([in] IDeckLinkMemoryAllocator* theAllocator);
|
||||
|
||||
/* Audio Input */
|
||||
|
||||
HRESULT EnableAudioInput ([in] BMDAudioSampleRate sampleRate, [in] BMDAudioSampleType sampleType, [in] unsigned int channelCount);
|
||||
HRESULT DisableAudioInput (void);
|
||||
HRESULT GetAvailableAudioSampleFrameCount ([out] unsigned int* availableSampleFrameCount);
|
||||
|
||||
/* Input Control */
|
||||
|
||||
HRESULT StartStreams (void);
|
||||
HRESULT StopStreams (void);
|
||||
HRESULT PauseStreams (void);
|
||||
HRESULT FlushStreams (void);
|
||||
HRESULT SetCallback ([in] IDeckLinkInputCallback* theCallback);
|
||||
|
||||
/* Hardware Timing */
|
||||
|
||||
HRESULT GetHardwareReferenceClock ([in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue* hardwareTime, [out] BMDTimeValue* timeInFrame, [out] BMDTimeValue* ticksPerFrame);
|
||||
};
|
||||
99
plugins/decklink/win/decklink-sdk/DeckLinkAPI_v11_5.idl
Normal file
99
plugins/decklink/win/decklink-sdk/DeckLinkAPI_v11_5.idl
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2020 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
** this license (the "Software") to use, reproduce, display, distribute,
|
||||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
** SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
||||
** FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
||||
** ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
** DEALINGS IN THE SOFTWARE.
|
||||
** -LICENSE-END-
|
||||
*/
|
||||
|
||||
/* DeckLinkAPI_v11_5.idl */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckLinkFrameMetadataID_v11_5 {
|
||||
bmdDeckLinkFrameMetadataCintelFilmType_v11_5 = /* 'cfty' */ 0x63667479, // Current film type
|
||||
bmdDeckLinkFrameMetadataCintelFilmGauge_v11_5 = /* 'cfga' */ 0x63666761, // Current film gauge
|
||||
bmdDeckLinkFrameMetadataCintelKeykodeLow_v11_5 = /* 'ckkl' */ 0x636B6B6C, // Raw keykode value - low 64 bits
|
||||
bmdDeckLinkFrameMetadataCintelKeykodeHigh_v11_5 = /* 'ckkh' */ 0x636B6B68, // Raw keykode value - high 64 bits
|
||||
bmdDeckLinkFrameMetadataCintelTile1Size_v11_5 = /* 'ct1s' */ 0x63743173, // Size in bytes of compressed raw tile 1
|
||||
bmdDeckLinkFrameMetadataCintelTile2Size_v11_5 = /* 'ct2s' */ 0x63743273, // Size in bytes of compressed raw tile 2
|
||||
bmdDeckLinkFrameMetadataCintelTile3Size_v11_5 = /* 'ct3s' */ 0x63743373, // Size in bytes of compressed raw tile 3
|
||||
bmdDeckLinkFrameMetadataCintelTile4Size_v11_5 = /* 'ct4s' */ 0x63743473, // Size in bytes of compressed raw tile 4
|
||||
bmdDeckLinkFrameMetadataCintelImageWidth_v11_5 = /* 'IWPx' */ 0x49575078, // Width in pixels of image
|
||||
bmdDeckLinkFrameMetadataCintelImageHeight_v11_5 = /* 'IHPx' */ 0x49485078, // Height in pixels of image
|
||||
bmdDeckLinkFrameMetadataCintelLinearMaskingRedInRed_v11_5 = /* 'mrir' */ 0x6D726972, // Red in red linear masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLinearMaskingGreenInRed_v11_5 = /* 'mgir' */ 0x6D676972, // Green in red linear masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLinearMaskingBlueInRed_v11_5 = /* 'mbir' */ 0x6D626972, // Blue in red linear masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLinearMaskingRedInGreen_v11_5 = /* 'mrig' */ 0x6D726967, // Red in green linear masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLinearMaskingGreenInGreen_v11_5 = /* 'mgig' */ 0x6D676967, // Green in green linear masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLinearMaskingBlueInGreen_v11_5 = /* 'mbig' */ 0x6D626967, // Blue in green linear masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLinearMaskingRedInBlue_v11_5 = /* 'mrib' */ 0x6D726962, // Red in blue linear masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLinearMaskingGreenInBlue_v11_5 = /* 'mgib' */ 0x6D676962, // Green in blue linear masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLinearMaskingBlueInBlue_v11_5 = /* 'mbib' */ 0x6D626962, // Blue in blue linear masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLogMaskingRedInRed_v11_5 = /* 'mlrr' */ 0x6D6C7272, // Red in red log masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLogMaskingGreenInRed_v11_5 = /* 'mlgr' */ 0x6D6C6772, // Green in red log masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLogMaskingBlueInRed_v11_5 = /* 'mlbr' */ 0x6D6C6272, // Blue in red log masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLogMaskingRedInGreen_v11_5 = /* 'mlrg' */ 0x6D6C7267, // Red in green log masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLogMaskingGreenInGreen_v11_5 = /* 'mlgg' */ 0x6D6C6767, // Green in green log masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLogMaskingBlueInGreen_v11_5 = /* 'mlbg' */ 0x6D6C6267, // Blue in green log masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLogMaskingRedInBlue_v11_5 = /* 'mlrb' */ 0x6D6C7262, // Red in blue log masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLogMaskingGreenInBlue_v11_5 = /* 'mlgb' */ 0x6D6C6762, // Green in blue log masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelLogMaskingBlueInBlue_v11_5 = /* 'mlbb' */ 0x6D6C6262, // Blue in blue log masking parameter
|
||||
bmdDeckLinkFrameMetadataCintelFilmFrameRate_v11_5 = /* 'cffr' */ 0x63666672, // Film frame rate
|
||||
bmdDeckLinkFrameMetadataCintelOffsetToApplyHorizontal_v11_5 = /* 'otah' */ 0x6F746168, // Horizontal offset (pixels) to be applied to image
|
||||
bmdDeckLinkFrameMetadataCintelOffsetToApplyVertical_v11_5 = /* 'otav' */ 0x6F746176, // Vertical offset (pixels) to be applied to image
|
||||
bmdDeckLinkFrameMetadataCintelGainRed_v11_5 = /* 'LfRd' */ 0x4C665264, // Red gain parameter to apply after log
|
||||
bmdDeckLinkFrameMetadataCintelGainGreen_v11_5 = /* 'LfGr' */ 0x4C664772, // Green gain parameter to apply after log
|
||||
bmdDeckLinkFrameMetadataCintelGainBlue_v11_5 = /* 'LfBl' */ 0x4C66426C, // Blue gain parameter to apply after log
|
||||
bmdDeckLinkFrameMetadataCintelLiftRed_v11_5 = /* 'GnRd' */ 0x476E5264, // Red lift parameter to apply after log and gain
|
||||
bmdDeckLinkFrameMetadataCintelLiftGreen_v11_5 = /* 'GnGr' */ 0x476E4772, // Green lift parameter to apply after log and gain
|
||||
bmdDeckLinkFrameMetadataCintelLiftBlue_v11_5 = /* 'GnBl' */ 0x476E426C, // Blue lift parameter to apply after log and gain
|
||||
bmdDeckLinkFrameMetadataCintelHDRGainRed_v11_5 = /* 'HGRd' */ 0x48475264, // Red gain parameter to apply to linear data for HDR Combination
|
||||
bmdDeckLinkFrameMetadataCintelHDRGainGreen_v11_5 = /* 'HGGr' */ 0x48474772, // Green gain parameter to apply to linear data for HDR Combination
|
||||
bmdDeckLinkFrameMetadataCintelHDRGainBlue_v11_5 = /* 'HGBl' */ 0x4847426C, // Blue gain parameter to apply to linear data for HDR Combination
|
||||
bmdDeckLinkFrameMetadataCintel16mmCropRequired_v11_5 = /* 'c16c' */ 0x63313663, // The image should be cropped to 16mm size
|
||||
bmdDeckLinkFrameMetadataCintelInversionRequired_v11_5 = /* 'cinv' */ 0x63696E76, // The image should be colour inverted
|
||||
bmdDeckLinkFrameMetadataCintelFlipRequired_v11_5 = /* 'cflr' */ 0x63666C72, // The image should be flipped horizontally
|
||||
bmdDeckLinkFrameMetadataCintelFocusAssistEnabled_v11_5 = /* 'cfae' */ 0x63666165, // Focus Assist is currently enabled
|
||||
bmdDeckLinkFrameMetadataCintelKeykodeIsInterpolated_v11_5 = /* 'kkii' */ 0x6B6B6969 // The keykode for this frame is interpolated from nearby keykodes
|
||||
} BMDDeckLinkFrameMetadataID_v11_5;
|
||||
|
||||
// Forward Declarations
|
||||
|
||||
interface IDeckLinkVideoFrameMetadataExtensions_v11_5;
|
||||
|
||||
/* Interface IDeckLinkVideoFrameMetadataExtensions_v11_5 - Optional interface implemented on IDeckLinkVideoFrame to support frame metadata such as HDMI HDR information */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(D5973DC9-6432-46D0-8F0B-2496F8A1238F),
|
||||
local,
|
||||
helpstring("Optional interface implemented on IDeckLinkVideoFrame to support frame metadata such as HDMI HDR information")
|
||||
] interface IDeckLinkVideoFrameMetadataExtensions_v11_5 : IUnknown
|
||||
{
|
||||
HRESULT GetInt([in] BMDDeckLinkFrameMetadataID_v11_5 metadataID, [out] LONGLONG *value);
|
||||
HRESULT GetFloat([in] BMDDeckLinkFrameMetadataID_v11_5 metadataID, [out] double *value);
|
||||
HRESULT GetFlag([in] BMDDeckLinkFrameMetadataID_v11_5 metadataID, [out] BOOL* value);
|
||||
HRESULT GetString([in] BMDDeckLinkFrameMetadataID_v11_5 metadataID, [out] BSTR *value);
|
||||
};
|
||||
|
||||
/* Coclasses */
|
||||
|
||||
importlib("stdole2.tlb");
|
||||
90
plugins/decklink/win/decklink-sdk/DeckLinkAPI_v11_5_1.idl
Normal file
90
plugins/decklink/win/decklink-sdk/DeckLinkAPI_v11_5_1.idl
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
/* -LICENSE-START-
|
||||
** Copyright (c) 2020 Blackmagic Design
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person or organization
|
||||
** obtaining a copy of the software and accompanying documentation covered by
|
||||
** this license (the "Software") to use, reproduce, display, distribute,
|
||||
** execute, and transmit the Software, and to prepare derivative works of the
|
||||
** Software, and to permit third-parties to whom the Software is furnished to
|
||||
** do so, all subject to the following:
|
||||
**
|
||||
** The copyright notices in the Software and this entire statement, including
|
||||
** the above license grant, this restriction and the following disclaimer,
|
||||
** must be included in all copies of the Software, in whole or in part, and
|
||||
** all derivative works of the Software, unless such copies or derivative
|
||||
** works are solely in the form of machine-executable object code generated by
|
||||
** a source language processor.
|
||||
**
|
||||
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
** SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
||||
** FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
||||
** ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
** DEALINGS IN THE SOFTWARE.
|
||||
** -LICENSE-END-
|
||||
*/
|
||||
/* DeckLinkAPI_v11_5_1.idl */
|
||||
|
||||
// Enumeration Mapping
|
||||
|
||||
/* Enum BMDDeckLinkStatusID - DeckLink Status ID */
|
||||
|
||||
typedef [v1_enum] enum _BMDDeckLinkStatusID_v11_5_1 {
|
||||
|
||||
/* Video output flags */
|
||||
|
||||
bmdDeckLinkStatusDetectedVideoInputFlags_v11_5_1 = /* 'dvif' */ 0x64766966,
|
||||
|
||||
} BMDDeckLinkStatusID_v11_5_1;
|
||||
|
||||
/* Interface IDeckLinkInputCallback_v11_5_1 - Frame arrival callback. */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(DD04E5EC-7415-42AB-AE4A-E80C4DFC044A),
|
||||
helpstring("Frame arrival callback.")
|
||||
] interface IDeckLinkInputCallback_v11_5_1 : IUnknown
|
||||
{
|
||||
HRESULT VideoInputFormatChanged ([in] BMDVideoInputFormatChangedEvents notificationEvents, [in] IDeckLinkDisplayMode* newDisplayMode, [in] BMDDetectedVideoInputFormatFlags detectedSignalFlags);
|
||||
HRESULT VideoInputFrameArrived ([in] IDeckLinkVideoInputFrame* videoFrame, [in] IDeckLinkAudioInputPacket* audioPacket);
|
||||
};
|
||||
|
||||
/* Interface IDeckLinkInput_v11_5_1 - Created by QueryInterface from IDeckLink. */
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(9434C6E4-B15D-4B1C-979E-661E3DDCB4B9),
|
||||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkInput_v11_5_1 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode ([in] BMDVideoConnection connection /* If a value of bmdVideoConnectionUnspecified is specified, the caller does not care about the connection */, [in] BMDDisplayMode requestedMode, [in] BMDPixelFormat requestedPixelFormat, [in] BMDVideoInputConversionMode conversionMode, [in] BMDSupportedVideoModeFlags flags, [out] BMDDisplayMode* actualMode, [out] BOOL* supported);
|
||||
HRESULT GetDisplayMode ([in] BMDDisplayMode displayMode, [out] IDeckLinkDisplayMode** resultDisplayMode);
|
||||
HRESULT GetDisplayModeIterator ([out] IDeckLinkDisplayModeIterator** iterator);
|
||||
HRESULT SetScreenPreviewCallback ([in] IDeckLinkScreenPreviewCallback* previewCallback);
|
||||
|
||||
/* Video Input */
|
||||
|
||||
HRESULT EnableVideoInput ([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoInputFlags flags);
|
||||
HRESULT DisableVideoInput (void);
|
||||
HRESULT GetAvailableVideoFrameCount ([out] unsigned int* availableFrameCount);
|
||||
HRESULT SetVideoInputFrameMemoryAllocator ([in] IDeckLinkMemoryAllocator* theAllocator);
|
||||
|
||||
/* Audio Input */
|
||||
|
||||
HRESULT EnableAudioInput ([in] BMDAudioSampleRate sampleRate, [in] BMDAudioSampleType sampleType, [in] unsigned int channelCount);
|
||||
HRESULT DisableAudioInput (void);
|
||||
HRESULT GetAvailableAudioSampleFrameCount ([out] unsigned int* availableSampleFrameCount);
|
||||
|
||||
/* Input Control */
|
||||
|
||||
HRESULT StartStreams (void);
|
||||
HRESULT StopStreams (void);
|
||||
HRESULT PauseStreams (void);
|
||||
HRESULT FlushStreams (void);
|
||||
HRESULT SetCallback ([in] IDeckLinkInputCallback_v11_5_1* theCallback);
|
||||
|
||||
/* Hardware Timing */
|
||||
|
||||
HRESULT GetHardwareReferenceClock ([in] BMDTimeScale desiredTimeScale, [out] BMDTimeValue* hardwareTime, [out] BMDTimeValue* timeInFrame, [out] BMDTimeValue* ticksPerFrame);
|
||||
};
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ interface IDeckLinkVideoInputFrame_v7_3;
|
|||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkOutput_v7_3 : 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 *previewCallback);
|
||||
|
|
@ -112,7 +112,7 @@ interface IDeckLinkVideoInputFrame_v7_3;
|
|||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkInput_v7_3 : 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 *previewCallback);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkInput_v9_2 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoInputFlags flags, [out] BMDDisplayModeSupport *result, [out] IDeckLinkDisplayMode **resultDisplayMode);
|
||||
HRESULT DoesSupportVideoMode([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoInputFlags flags, [out] BMDDisplayModeSupport_v10_11 *result, [out] IDeckLinkDisplayMode **resultDisplayMode);
|
||||
HRESULT GetDisplayModeIterator([out] IDeckLinkDisplayModeIterator **iterator);
|
||||
|
||||
HRESULT SetScreenPreviewCallback([in] IDeckLinkScreenPreviewCallback *previewCallback);
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
helpstring("Created by QueryInterface from IDeckLink.")
|
||||
] interface IDeckLinkOutput_v9_9 : IUnknown
|
||||
{
|
||||
HRESULT DoesSupportVideoMode([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoOutputFlags flags, [out] BMDDisplayModeSupport *result, [out] IDeckLinkDisplayMode **resultDisplayMode);
|
||||
HRESULT DoesSupportVideoMode([in] BMDDisplayMode displayMode, [in] BMDPixelFormat pixelFormat, [in] BMDVideoOutputFlags flags, [out] BMDDisplayModeSupport_v10_11 *result, [out] IDeckLinkDisplayMode **resultDisplayMode);
|
||||
HRESULT GetDisplayModeIterator([out] IDeckLinkDisplayModeIterator **iterator);
|
||||
|
||||
HRESULT SetScreenPreviewCallback([in] IDeckLinkScreenPreviewCallback *previewCallback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue