Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TVkVideoEncodeH265QualityLevelPropertiesKHR

Declaration

Source position: vulkanlib.pas line 17663

type TVkVideoEncodeH265QualityLevelPropertiesKHR = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  preferredRateControlFlags: TVkVideoEncodeH265RateControlFlagsKHR;

  

  preferredGopFrameCount: TVkUInt32;

  

  preferredIdrPeriod: TVkUInt32;

  

  preferredConsecutiveBFrameCount: TVkUInt32;

  

  preferredSubLayerCount: TVkUInt32;

  

  preferredConstantQp: TVkVideoEncodeH265QpKHR;

  

  preferredMaxL0ReferenceCount: TVkUInt32;

  

  preferredMaxL1ReferenceCount: TVkUInt32;

  

end;



CT Web help

CodeTyphon Studio