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

    Class RTCRtpSender

    Inheritance
    Object
    RefCountedObject
    RTCRtpSender
    Inherited Members
    RefCountedObject.disposed
    Namespace: Unity.WebRTC
    Syntax
    public class RTCRtpSender : RefCountedObject, IDisposable

    Properties

    SyncApplicationFramerate

    Declaration
    public bool SyncApplicationFramerate { get; set; }
    Property Value
    Type Description
    Boolean

    Track

    Declaration
    public MediaStreamTrack Track { get; }
    Property Value
    Type Description
    MediaStreamTrack

    Transform

    Declaration
    public RTCRtpTransform Transform { get; set; }
    Property Value
    Type Description
    RTCRtpTransform

    Methods

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    RefCountedObject.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetCapabilities(TrackKind)

    Declaration
    public static RTCRtpCapabilities GetCapabilities(TrackKind kind)
    Parameters
    Type Name Description
    TrackKind kind
    Returns
    Type Description
    RTCRtpCapabilities

    GetParameters()

    Declaration
    public RTCRtpSendParameters GetParameters()
    Returns
    Type Description
    RTCRtpSendParameters

    GetStats()

    Declaration
    public RTCStatsReportAsyncOperation GetStats()
    Returns
    Type Description
    RTCStatsReportAsyncOperation

    ReplaceTrack(MediaStreamTrack)

    Declaration
    public bool ReplaceTrack(MediaStreamTrack track)
    Parameters
    Type Name Description
    MediaStreamTrack track
    Returns
    Type Description
    Boolean

    SetParameters(RTCRtpSendParameters)

    Declaration
    public RTCError SetParameters(RTCRtpSendParameters parameters)
    Parameters
    Type Name Description
    RTCRtpSendParameters parameters
    Returns
    Type Description
    RTCError
    トップに戻る
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Wednesday, November 1, 2023