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