docs.unity3d.com
    目次を表示する/隠す

    Class VideoCodecInfo

    Inheritance
    Object
    VideoCodecInfo
    AV1CodecInfo
    H264CodecInfo
    VP9CodecInfo
    Namespace: Unity.RenderStreaming
    Syntax
    [Serializable]
    public class VideoCodecInfo : IEquatable<VideoCodecInfo>

    Properties

    codecImplementation

    Declaration
    public string codecImplementation { get; }
    Property Value
    Type Description
    String

    mimeType

    Declaration
    public string mimeType { get; }
    Property Value
    Type Description
    String

    name

    Declaration
    public string name { get; }
    Property Value
    Type Description
    String

    parameters

    Declaration
    protected Dictionary<string, string> parameters { get; }
    Property Value
    Type Description
    Dictionary<String, String>

    sdpFmtpLine

    Declaration
    public string sdpFmtpLine { get; }
    Property Value
    Type Description
    String

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Equals(VideoCodecInfo)

    Declaration
    public bool Equals(VideoCodecInfo other)
    Parameters
    Type Name Description
    VideoCodecInfo other
    Returns
    Type Description
    Boolean
    Implements
    IEquatable<T>.Equals(T)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    Operators

    Equality(VideoCodecInfo, VideoCodecInfo)

    Declaration
    public static bool operator ==(VideoCodecInfo left, VideoCodecInfo right)
    Parameters
    Type Name Description
    VideoCodecInfo left
    VideoCodecInfo right
    Returns
    Type Description
    Boolean

    Inequality(VideoCodecInfo, VideoCodecInfo)

    Declaration
    public static bool operator !=(VideoCodecInfo left, VideoCodecInfo right)
    Parameters
    Type Name Description
    VideoCodecInfo left
    VideoCodecInfo right
    Returns
    Type Description
    Boolean
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)