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