DeckLinkAPIConfiguration.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /* -LICENSE-START-
  2. ** Copyright (c) 2016 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_DECKLINKAPICONFIGURATION_H
  28. #define BMD_DECKLINKAPICONFIGURATION_H
  29. #ifndef BMD_CONST
  30. #if defined(_MSC_VER)
  31. #define BMD_CONST __declspec(selectany) static const
  32. #else
  33. #define BMD_CONST static const
  34. #endif
  35. #endif
  36. // Type Declarations
  37. // Interface ID Declarations
  38. BMD_CONST REFIID IID_IDeckLinkConfiguration = /* CB71734A-FE37-4E8D-8E13-802133A1C3F2 */ {0xCB,0x71,0x73,0x4A,0xFE,0x37,0x4E,0x8D,0x8E,0x13,0x80,0x21,0x33,0xA1,0xC3,0xF2};
  39. BMD_CONST REFIID IID_IDeckLinkEncoderConfiguration = /* 138050E5-C60A-4552-BF3F-0F358049327E */ {0x13,0x80,0x50,0xE5,0xC6,0x0A,0x45,0x52,0xBF,0x3F,0x0F,0x35,0x80,0x49,0x32,0x7E};
  40. /* Enum BMDDeckLinkConfigurationID - DeckLink Configuration ID */
  41. typedef uint32_t BMDDeckLinkConfigurationID;
  42. enum _BMDDeckLinkConfigurationID {
  43. /* Serial port Flags */
  44. bmdDeckLinkConfigSwapSerialRxTx = 'ssrt',
  45. /* Video Input/Output Flags */
  46. bmdDeckLinkConfigUse1080pNotPsF = 'fpro',
  47. /* Video Input/Output Integers */
  48. bmdDeckLinkConfigHDMI3DPackingFormat = '3dpf',
  49. bmdDeckLinkConfigBypass = 'byps',
  50. bmdDeckLinkConfigClockTimingAdjustment = 'ctad',
  51. bmdDeckLinkConfigDuplexMode = 'dupx',
  52. /* Audio Input/Output Flags */
  53. bmdDeckLinkConfigAnalogAudioConsumerLevels = 'aacl',
  54. /* Video output flags */
  55. bmdDeckLinkConfigFieldFlickerRemoval = 'fdfr',
  56. bmdDeckLinkConfigHD1080p24ToHD1080i5994Conversion = 'to59',
  57. bmdDeckLinkConfig444SDIVideoOutput = '444o',
  58. bmdDeckLinkConfigBlackVideoOutputDuringCapture = 'bvoc',
  59. bmdDeckLinkConfigLowLatencyVideoOutput = 'llvo',
  60. bmdDeckLinkConfigDownConversionOnAllAnalogOutput = 'caao',
  61. bmdDeckLinkConfigSMPTELevelAOutput = 'smta',
  62. /* Video Output Integers */
  63. bmdDeckLinkConfigVideoOutputConnection = 'vocn',
  64. bmdDeckLinkConfigVideoOutputConversionMode = 'vocm',
  65. bmdDeckLinkConfigAnalogVideoOutputFlags = 'avof',
  66. bmdDeckLinkConfigReferenceInputTimingOffset = 'glot',
  67. bmdDeckLinkConfigVideoOutputIdleOperation = 'voio',
  68. bmdDeckLinkConfigDefaultVideoOutputMode = 'dvom',
  69. bmdDeckLinkConfigDefaultVideoOutputModeFlags = 'dvof',
  70. bmdDeckLinkConfigSDIOutputLinkConfiguration = 'solc',
  71. /* Video Output Floats */
  72. bmdDeckLinkConfigVideoOutputComponentLumaGain = 'oclg',
  73. bmdDeckLinkConfigVideoOutputComponentChromaBlueGain = 'occb',
  74. bmdDeckLinkConfigVideoOutputComponentChromaRedGain = 'occr',
  75. bmdDeckLinkConfigVideoOutputCompositeLumaGain = 'oilg',
  76. bmdDeckLinkConfigVideoOutputCompositeChromaGain = 'oicg',
  77. bmdDeckLinkConfigVideoOutputSVideoLumaGain = 'oslg',
  78. bmdDeckLinkConfigVideoOutputSVideoChromaGain = 'oscg',
  79. /* Video Input Flags */
  80. bmdDeckLinkConfigVideoInputScanning = 'visc', // Applicable to H264 Pro Recorder only
  81. bmdDeckLinkConfigUseDedicatedLTCInput = 'dltc', // Use timecode from LTC input instead of SDI stream
  82. bmdDeckLinkConfigSDIInput3DPayloadOverride = '3dds',
  83. /* Video Input Integers */
  84. bmdDeckLinkConfigVideoInputConnection = 'vicn',
  85. bmdDeckLinkConfigAnalogVideoInputFlags = 'avif',
  86. bmdDeckLinkConfigVideoInputConversionMode = 'vicm',
  87. bmdDeckLinkConfig32PulldownSequenceInitialTimecodeFrame = 'pdif',
  88. bmdDeckLinkConfigVANCSourceLine1Mapping = 'vsl1',
  89. bmdDeckLinkConfigVANCSourceLine2Mapping = 'vsl2',
  90. bmdDeckLinkConfigVANCSourceLine3Mapping = 'vsl3',
  91. bmdDeckLinkConfigCapturePassThroughMode = 'cptm',
  92. /* Video Input Floats */
  93. bmdDeckLinkConfigVideoInputComponentLumaGain = 'iclg',
  94. bmdDeckLinkConfigVideoInputComponentChromaBlueGain = 'iccb',
  95. bmdDeckLinkConfigVideoInputComponentChromaRedGain = 'iccr',
  96. bmdDeckLinkConfigVideoInputCompositeLumaGain = 'iilg',
  97. bmdDeckLinkConfigVideoInputCompositeChromaGain = 'iicg',
  98. bmdDeckLinkConfigVideoInputSVideoLumaGain = 'islg',
  99. bmdDeckLinkConfigVideoInputSVideoChromaGain = 'iscg',
  100. /* Audio Input Flags */
  101. bmdDeckLinkConfigMicrophonePhantomPower = 'mphp',
  102. /* Audio Input Integers */
  103. bmdDeckLinkConfigAudioInputConnection = 'aicn',
  104. /* Audio Input Floats */
  105. bmdDeckLinkConfigAnalogAudioInputScaleChannel1 = 'ais1',
  106. bmdDeckLinkConfigAnalogAudioInputScaleChannel2 = 'ais2',
  107. bmdDeckLinkConfigAnalogAudioInputScaleChannel3 = 'ais3',
  108. bmdDeckLinkConfigAnalogAudioInputScaleChannel4 = 'ais4',
  109. bmdDeckLinkConfigDigitalAudioInputScale = 'dais',
  110. bmdDeckLinkConfigMicrophoneInputGain = 'micg',
  111. /* Audio Output Integers */
  112. bmdDeckLinkConfigAudioOutputAESAnalogSwitch = 'aoaa',
  113. /* Audio Output Floats */
  114. bmdDeckLinkConfigAnalogAudioOutputScaleChannel1 = 'aos1',
  115. bmdDeckLinkConfigAnalogAudioOutputScaleChannel2 = 'aos2',
  116. bmdDeckLinkConfigAnalogAudioOutputScaleChannel3 = 'aos3',
  117. bmdDeckLinkConfigAnalogAudioOutputScaleChannel4 = 'aos4',
  118. bmdDeckLinkConfigDigitalAudioOutputScale = 'daos',
  119. bmdDeckLinkConfigHeadphoneVolume = 'hvol',
  120. /* Device Information Strings */
  121. bmdDeckLinkConfigDeviceInformationLabel = 'dila',
  122. bmdDeckLinkConfigDeviceInformationSerialNumber = 'disn',
  123. bmdDeckLinkConfigDeviceInformationCompany = 'dico',
  124. bmdDeckLinkConfigDeviceInformationPhone = 'diph',
  125. bmdDeckLinkConfigDeviceInformationEmail = 'diem',
  126. bmdDeckLinkConfigDeviceInformationDate = 'dida',
  127. /* Deck Control Integers */
  128. bmdDeckLinkConfigDeckControlConnection = 'dcco'
  129. };
  130. /* Enum BMDDeckLinkEncoderConfigurationID - DeckLink Encoder Configuration ID */
  131. typedef uint32_t BMDDeckLinkEncoderConfigurationID;
  132. enum _BMDDeckLinkEncoderConfigurationID {
  133. /* Video Encoder Integers */
  134. bmdDeckLinkEncoderConfigPreferredBitDepth = 'epbr',
  135. bmdDeckLinkEncoderConfigFrameCodingMode = 'efcm',
  136. /* HEVC/H.265 Encoder Integers */
  137. bmdDeckLinkEncoderConfigH265TargetBitrate = 'htbr',
  138. /* DNxHR/DNxHD Compression ID */
  139. bmdDeckLinkEncoderConfigDNxHRCompressionID = 'dcid',
  140. /* DNxHR/DNxHD Level */
  141. bmdDeckLinkEncoderConfigDNxHRLevel = 'dlev',
  142. /* Encoded Sample Decriptions */
  143. bmdDeckLinkEncoderConfigMPEG4SampleDescription = 'stsE', // Full MPEG4 sample description (aka SampleEntry of an 'stsd' atom-box). Useful for MediaFoundation, QuickTime, MKV and more
  144. bmdDeckLinkEncoderConfigMPEG4CodecSpecificDesc = 'esds' // Sample description extensions only (atom stream, each with size and fourCC header). Useful for AVFoundation, VideoToolbox, MKV and more
  145. };
  146. // Forward Declarations
  147. class IDeckLinkConfiguration;
  148. class IDeckLinkEncoderConfiguration;
  149. /* Interface IDeckLinkConfiguration - DeckLink Configuration interface */
  150. class IDeckLinkConfiguration : public IUnknown
  151. {
  152. public:
  153. virtual HRESULT SetFlag (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ bool value) = 0;
  154. virtual HRESULT GetFlag (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ bool *value) = 0;
  155. virtual HRESULT SetInt (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ int64_t value) = 0;
  156. virtual HRESULT GetInt (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ int64_t *value) = 0;
  157. virtual HRESULT SetFloat (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ double value) = 0;
  158. virtual HRESULT GetFloat (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ double *value) = 0;
  159. virtual HRESULT SetString (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ CFStringRef value) = 0;
  160. virtual HRESULT GetString (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ CFStringRef *value) = 0;
  161. virtual HRESULT WriteConfigurationToPreferences (void) = 0;
  162. protected:
  163. virtual ~IDeckLinkConfiguration () {} // call Release method to drop reference count
  164. };
  165. /* Interface IDeckLinkEncoderConfiguration - DeckLink Encoder Configuration interface. Obtained from IDeckLinkEncoderInput */
  166. class IDeckLinkEncoderConfiguration : public IUnknown
  167. {
  168. public:
  169. virtual HRESULT SetFlag (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ bool value) = 0;
  170. virtual HRESULT GetFlag (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* out */ bool *value) = 0;
  171. virtual HRESULT SetInt (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ int64_t value) = 0;
  172. virtual HRESULT GetInt (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* out */ int64_t *value) = 0;
  173. virtual HRESULT SetFloat (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ double value) = 0;
  174. virtual HRESULT GetFloat (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* out */ double *value) = 0;
  175. virtual HRESULT SetString (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ CFStringRef value) = 0;
  176. virtual HRESULT GetString (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* out */ CFStringRef *value) = 0;
  177. virtual HRESULT GetBytes (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* out */ void *buffer /* optional */, /* in, out */ uint32_t *bufferSize) = 0;
  178. protected:
  179. virtual ~IDeckLinkEncoderConfiguration () {} // call Release method to drop reference count
  180. };
  181. /* Functions */
  182. extern "C" {
  183. }
  184. #endif /* defined(BMD_DECKLINKAPICONFIGURATION_H) */