DeckLinkAPIConfiguration.idl 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /* -LICENSE-START-
  2. ** Copyright (c) 2020 Blackmagic Design
  3. **
  4. ** Permission is hereby granted, free of charge, to any person or organization
  5. ** obtaining a copy of the software and accompanying documentation covered by
  6. ** this license (the "Software") to use, reproduce, display, distribute,
  7. ** execute, and transmit the Software, and to prepare derivative works of the
  8. ** Software, and to permit third-parties to whom the Software is furnished to
  9. ** do so, all subject to the following:
  10. **
  11. ** The copyright notices in the Software and this entire statement, including
  12. ** the above license grant, this restriction and the following disclaimer,
  13. ** must be included in all copies of the Software, in whole or in part, and
  14. ** all derivative works of the Software, unless such copies or derivative
  15. ** works are solely in the form of machine-executable object code generated by
  16. ** a source language processor.
  17. **
  18. ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19. ** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20. ** FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  21. ** SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  22. ** FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  23. ** ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  24. ** DEALINGS IN THE SOFTWARE.
  25. ** -LICENSE-END-
  26. */
  27. #ifndef BMD_CONST
  28. #if defined(_MSC_VER)
  29. #define BMD_CONST __declspec(selectany) static const
  30. #else
  31. #define BMD_CONST static const
  32. #endif
  33. #endif
  34. // Type Declarations
  35. // Enumeration Mapping
  36. cpp_quote("#if 0")
  37. cpp_quote("#endif")
  38. /* Enum BMDDeckLinkConfigurationID - DeckLink Configuration ID */
  39. typedef [v1_enum] enum _BMDDeckLinkConfigurationID {
  40. /* Serial port Flags */
  41. bmdDeckLinkConfigSwapSerialRxTx = /* 'ssrt' */ 0x73737274,
  42. /* Video Input/Output Integers */
  43. bmdDeckLinkConfigHDMI3DPackingFormat = /* '3dpf' */ 0x33647066,
  44. bmdDeckLinkConfigBypass = /* 'byps' */ 0x62797073,
  45. bmdDeckLinkConfigClockTimingAdjustment = /* 'ctad' */ 0x63746164,
  46. /* Audio Input/Output Flags */
  47. bmdDeckLinkConfigAnalogAudioConsumerLevels = /* 'aacl' */ 0x6161636C,
  48. bmdDeckLinkConfigSwapHDMICh3AndCh4OnInput = /* 'hi34' */ 0x68693334,
  49. bmdDeckLinkConfigSwapHDMICh3AndCh4OnOutput = /* 'ho34' */ 0x686F3334,
  50. /* Video Output Flags */
  51. bmdDeckLinkConfigFieldFlickerRemoval = /* 'fdfr' */ 0x66646672,
  52. bmdDeckLinkConfigHD1080p24ToHD1080i5994Conversion = /* 'to59' */ 0x746F3539,
  53. bmdDeckLinkConfig444SDIVideoOutput = /* '444o' */ 0x3434346F,
  54. bmdDeckLinkConfigBlackVideoOutputDuringCapture = /* 'bvoc' */ 0x62766F63,
  55. bmdDeckLinkConfigLowLatencyVideoOutput = /* 'llvo' */ 0x6C6C766F,
  56. bmdDeckLinkConfigDownConversionOnAllAnalogOutput = /* 'caao' */ 0x6361616F,
  57. bmdDeckLinkConfigSMPTELevelAOutput = /* 'smta' */ 0x736D7461,
  58. bmdDeckLinkConfigRec2020Output = /* 'rec2' */ 0x72656332, // Ensure output is Rec.2020 colorspace
  59. bmdDeckLinkConfigQuadLinkSDIVideoOutputSquareDivisionSplit = /* 'SDQS' */ 0x53445153,
  60. bmdDeckLinkConfigOutput1080pAsPsF = /* 'pfpr' */ 0x70667072,
  61. /* Video Output Integers */
  62. bmdDeckLinkConfigVideoOutputConnection = /* 'vocn' */ 0x766F636E,
  63. bmdDeckLinkConfigVideoOutputConversionMode = /* 'vocm' */ 0x766F636D,
  64. bmdDeckLinkConfigAnalogVideoOutputFlags = /* 'avof' */ 0x61766F66,
  65. bmdDeckLinkConfigReferenceInputTimingOffset = /* 'glot' */ 0x676C6F74,
  66. bmdDeckLinkConfigVideoOutputIdleOperation = /* 'voio' */ 0x766F696F,
  67. bmdDeckLinkConfigDefaultVideoOutputMode = /* 'dvom' */ 0x64766F6D,
  68. bmdDeckLinkConfigDefaultVideoOutputModeFlags = /* 'dvof' */ 0x64766F66,
  69. bmdDeckLinkConfigSDIOutputLinkConfiguration = /* 'solc' */ 0x736F6C63,
  70. bmdDeckLinkConfigHDMITimecodePacking = /* 'htpk' */ 0x6874706B,
  71. bmdDeckLinkConfigPlaybackGroup = /* 'plgr' */ 0x706C6772,
  72. /* Video Output Floats */
  73. bmdDeckLinkConfigVideoOutputComponentLumaGain = /* 'oclg' */ 0x6F636C67,
  74. bmdDeckLinkConfigVideoOutputComponentChromaBlueGain = /* 'occb' */ 0x6F636362,
  75. bmdDeckLinkConfigVideoOutputComponentChromaRedGain = /* 'occr' */ 0x6F636372,
  76. bmdDeckLinkConfigVideoOutputCompositeLumaGain = /* 'oilg' */ 0x6F696C67,
  77. bmdDeckLinkConfigVideoOutputCompositeChromaGain = /* 'oicg' */ 0x6F696367,
  78. bmdDeckLinkConfigVideoOutputSVideoLumaGain = /* 'oslg' */ 0x6F736C67,
  79. bmdDeckLinkConfigVideoOutputSVideoChromaGain = /* 'oscg' */ 0x6F736367,
  80. /* Video Input Flags */
  81. bmdDeckLinkConfigVideoInputScanning = /* 'visc' */ 0x76697363, // Applicable to H264 Pro Recorder only
  82. bmdDeckLinkConfigUseDedicatedLTCInput = /* 'dltc' */ 0x646C7463, // Use timecode from LTC input instead of SDI stream
  83. bmdDeckLinkConfigSDIInput3DPayloadOverride = /* '3dds' */ 0x33646473,
  84. bmdDeckLinkConfigCapture1080pAsPsF = /* 'cfpr' */ 0x63667072,
  85. /* Video Input Integers */
  86. bmdDeckLinkConfigVideoInputConnection = /* 'vicn' */ 0x7669636E,
  87. bmdDeckLinkConfigAnalogVideoInputFlags = /* 'avif' */ 0x61766966,
  88. bmdDeckLinkConfigVideoInputConversionMode = /* 'vicm' */ 0x7669636D,
  89. bmdDeckLinkConfig32PulldownSequenceInitialTimecodeFrame = /* 'pdif' */ 0x70646966,
  90. bmdDeckLinkConfigVANCSourceLine1Mapping = /* 'vsl1' */ 0x76736C31,
  91. bmdDeckLinkConfigVANCSourceLine2Mapping = /* 'vsl2' */ 0x76736C32,
  92. bmdDeckLinkConfigVANCSourceLine3Mapping = /* 'vsl3' */ 0x76736C33,
  93. bmdDeckLinkConfigCapturePassThroughMode = /* 'cptm' */ 0x6370746D,
  94. bmdDeckLinkConfigCaptureGroup = /* 'cpgr' */ 0x63706772,
  95. /* Video Input Floats */
  96. bmdDeckLinkConfigVideoInputComponentLumaGain = /* 'iclg' */ 0x69636C67,
  97. bmdDeckLinkConfigVideoInputComponentChromaBlueGain = /* 'iccb' */ 0x69636362,
  98. bmdDeckLinkConfigVideoInputComponentChromaRedGain = /* 'iccr' */ 0x69636372,
  99. bmdDeckLinkConfigVideoInputCompositeLumaGain = /* 'iilg' */ 0x69696C67,
  100. bmdDeckLinkConfigVideoInputCompositeChromaGain = /* 'iicg' */ 0x69696367,
  101. bmdDeckLinkConfigVideoInputSVideoLumaGain = /* 'islg' */ 0x69736C67,
  102. bmdDeckLinkConfigVideoInputSVideoChromaGain = /* 'iscg' */ 0x69736367,
  103. /* Keying Integers */
  104. bmdDeckLinkConfigInternalKeyingAncillaryDataSource = /* 'ikas' */ 0x696B6173,
  105. /* Audio Input Flags */
  106. bmdDeckLinkConfigMicrophonePhantomPower = /* 'mphp' */ 0x6D706870,
  107. /* Audio Input Integers */
  108. bmdDeckLinkConfigAudioInputConnection = /* 'aicn' */ 0x6169636E,
  109. /* Audio Input Floats */
  110. bmdDeckLinkConfigAnalogAudioInputScaleChannel1 = /* 'ais1' */ 0x61697331,
  111. bmdDeckLinkConfigAnalogAudioInputScaleChannel2 = /* 'ais2' */ 0x61697332,
  112. bmdDeckLinkConfigAnalogAudioInputScaleChannel3 = /* 'ais3' */ 0x61697333,
  113. bmdDeckLinkConfigAnalogAudioInputScaleChannel4 = /* 'ais4' */ 0x61697334,
  114. bmdDeckLinkConfigDigitalAudioInputScale = /* 'dais' */ 0x64616973,
  115. bmdDeckLinkConfigMicrophoneInputGain = /* 'micg' */ 0x6D696367,
  116. /* Audio Output Integers */
  117. bmdDeckLinkConfigAudioOutputAESAnalogSwitch = /* 'aoaa' */ 0x616F6161,
  118. /* Audio Output Floats */
  119. bmdDeckLinkConfigAnalogAudioOutputScaleChannel1 = /* 'aos1' */ 0x616F7331,
  120. bmdDeckLinkConfigAnalogAudioOutputScaleChannel2 = /* 'aos2' */ 0x616F7332,
  121. bmdDeckLinkConfigAnalogAudioOutputScaleChannel3 = /* 'aos3' */ 0x616F7333,
  122. bmdDeckLinkConfigAnalogAudioOutputScaleChannel4 = /* 'aos4' */ 0x616F7334,
  123. bmdDeckLinkConfigDigitalAudioOutputScale = /* 'daos' */ 0x64616F73,
  124. bmdDeckLinkConfigHeadphoneVolume = /* 'hvol' */ 0x68766F6C,
  125. /* Device Information Strings */
  126. bmdDeckLinkConfigDeviceInformationLabel = /* 'dila' */ 0x64696C61,
  127. bmdDeckLinkConfigDeviceInformationSerialNumber = /* 'disn' */ 0x6469736E,
  128. bmdDeckLinkConfigDeviceInformationCompany = /* 'dico' */ 0x6469636F,
  129. bmdDeckLinkConfigDeviceInformationPhone = /* 'diph' */ 0x64697068,
  130. bmdDeckLinkConfigDeviceInformationEmail = /* 'diem' */ 0x6469656D,
  131. bmdDeckLinkConfigDeviceInformationDate = /* 'dida' */ 0x64696461,
  132. /* Deck Control Integers */
  133. bmdDeckLinkConfigDeckControlConnection = /* 'dcco' */ 0x6463636F
  134. } BMDDeckLinkConfigurationID;
  135. /* Enum BMDDeckLinkEncoderConfigurationID - DeckLink Encoder Configuration ID */
  136. typedef [v1_enum] enum _BMDDeckLinkEncoderConfigurationID {
  137. /* Video Encoder Integers */
  138. bmdDeckLinkEncoderConfigPreferredBitDepth = /* 'epbr' */ 0x65706272,
  139. bmdDeckLinkEncoderConfigFrameCodingMode = /* 'efcm' */ 0x6566636D,
  140. /* HEVC/H.265 Encoder Integers */
  141. bmdDeckLinkEncoderConfigH265TargetBitrate = /* 'htbr' */ 0x68746272,
  142. /* DNxHR/DNxHD Compression ID */
  143. bmdDeckLinkEncoderConfigDNxHRCompressionID = /* 'dcid' */ 0x64636964,
  144. /* DNxHR/DNxHD Level */
  145. bmdDeckLinkEncoderConfigDNxHRLevel = /* 'dlev' */ 0x646C6576,
  146. /* Encoded Sample Decriptions */
  147. bmdDeckLinkEncoderConfigMPEG4SampleDescription = /* 'stsE' */ 0x73747345, // Full MPEG4 sample description (aka SampleEntry of an 'stsd' atom-box). Useful for MediaFoundation, QuickTime, MKV and more
  148. bmdDeckLinkEncoderConfigMPEG4CodecSpecificDesc = /* 'esds' */ 0x65736473 // Sample description extensions only (atom stream, each with size and fourCC header). Useful for AVFoundation, VideoToolbox, MKV and more
  149. } BMDDeckLinkEncoderConfigurationID;
  150. // Forward Declarations
  151. interface IDeckLinkConfiguration;
  152. interface IDeckLinkEncoderConfiguration;
  153. /* Interface IDeckLinkConfiguration - DeckLink Configuration interface */
  154. [
  155. object,
  156. uuid(912F634B-2D4E-40A4-8AAB-8D80B73F1289),
  157. local,
  158. helpstring("DeckLink Configuration interface")
  159. ] interface IDeckLinkConfiguration : IUnknown
  160. {
  161. HRESULT SetFlag ([in] BMDDeckLinkConfigurationID cfgID, [in] BOOL value);
  162. HRESULT GetFlag ([in] BMDDeckLinkConfigurationID cfgID, [out] BOOL* value);
  163. HRESULT SetInt ([in] BMDDeckLinkConfigurationID cfgID, [in] LONGLONG value);
  164. HRESULT GetInt ([in] BMDDeckLinkConfigurationID cfgID, [out] LONGLONG* value);
  165. HRESULT SetFloat ([in] BMDDeckLinkConfigurationID cfgID, [in] double value);
  166. HRESULT GetFloat ([in] BMDDeckLinkConfigurationID cfgID, [out] double* value);
  167. HRESULT SetString ([in] BMDDeckLinkConfigurationID cfgID, [in] BSTR value);
  168. HRESULT GetString ([in] BMDDeckLinkConfigurationID cfgID, [out] BSTR* value);
  169. HRESULT WriteConfigurationToPreferences (void);
  170. };
  171. /* Interface IDeckLinkEncoderConfiguration - DeckLink Encoder Configuration interface. Obtained from IDeckLinkEncoderInput */
  172. [
  173. object,
  174. uuid(138050E5-C60A-4552-BF3F-0F358049327E),
  175. local,
  176. helpstring("DeckLink Encoder Configuration interface. Obtained from IDeckLinkEncoderInput")
  177. ] interface IDeckLinkEncoderConfiguration : IUnknown
  178. {
  179. HRESULT SetFlag ([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] BOOL value);
  180. HRESULT GetFlag ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] BOOL* value);
  181. HRESULT SetInt ([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] LONGLONG value);
  182. HRESULT GetInt ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] LONGLONG* value);
  183. HRESULT SetFloat ([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] double value);
  184. HRESULT GetFloat ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] double* value);
  185. HRESULT SetString ([in] BMDDeckLinkEncoderConfigurationID cfgID, [in] BSTR value);
  186. HRESULT GetString ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] BSTR* value);
  187. HRESULT GetBytes ([in] BMDDeckLinkEncoderConfigurationID cfgID, [out] void* buffer /* optional */, [in, out] unsigned int* bufferSize);
  188. };
  189. /* Coclasses */
  190. importlib("stdole2.tlb");