Class StdVideoH265ProfileTierLevel

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoH265ProfileTierLevel extends Struct<StdVideoH265ProfileTierLevel> implements NativeResource

 struct StdVideoH265ProfileTierLevel {
     {@link StdVideoH265ProfileTierLevelFlags StdVideoH265ProfileTierLevelFlags} flags;
     StdVideoH265ProfileIdc general_profile_idc;
     StdVideoH265LevelIdc general_level_idc;
 }