Class VkVideoDecodeAV1SessionParametersCreateInfoKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkVideoDecodeAV1SessionParametersCreateInfoKHR>
org.lwjgl.vulkan.VkVideoDecodeAV1SessionParametersCreateInfoKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkVideoDecodeAV1SessionParametersCreateInfoKHR extends org.lwjgl.system.Struct<VkVideoDecodeAV1SessionParametersCreateInfoKHR> implements org.lwjgl.system.NativeResource
Structure specifies AV1 decoder parameter set information.
Description
Note

As AV1 video session parameters objects will only ever contain a single AV1 sequence header, this has to be specified at object creation time and such video session parameters objects cannot be updated using the UpdateVideoSessionParametersKHR command. When a new AV1 sequence header is decoded from the input video bitstream the application needs to create a new video session parameters object to store it.

Valid Usage (Implicit)

Layout


 struct VkVideoDecodeAV1SessionParametersCreateInfoKHR {
     VkStructureType sType();
     void const * pNext();
     StdVideoAV1SequenceHeader const * pStdSequenceHeader();
 }