Class AV1CodecInfo
Represents information about the AV1 video codec.
Implements
Inherited Members
Namespace: Unity.RenderStreaming
Assembly: Unity.RenderStreaming.dll
Syntax
public class AV1CodecInfo : VideoCodecInfo, IEquatable<VideoCodecInfo>
Properties
profile
Gets the profile of the AV1 video codec.
Declaration
public AV1Profile profile { get; }
Property Value
Type | Description |
---|---|
AV1Profile |