docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class H264CodecInfo

    Represents information about the H264 video codec.

    Inheritance
    object
    VideoCodecInfo
    H264CodecInfo
    Implements
    IEquatable<VideoCodecInfo>
    Inherited Members
    VideoCodecInfo.name
    VideoCodecInfo.mimeType
    VideoCodecInfo.codecImplementation
    VideoCodecInfo.sdpFmtpLine
    VideoCodecInfo.Equals(VideoCodecInfo)
    VideoCodecInfo.Equals(object)
    VideoCodecInfo.GetHashCode()
    VideoCodecInfo.parameters
    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

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)