namespace NvAPIWrapper.Native.Display
{
///
/// Contains possible values for the type of the Static Metadata Descriptor block structure
///
public enum StaticMetadataDescriptorId : uint
{
///
/// Type 1 Static Metadata Descriptor block structure
///
StaticMetadataType1 = 0
}
}