docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCRtpReceiver

    Inheritance
    object
    RefCountedObject
    RTCRtpReceiver
    Implements
    IDisposable
    Inherited Members
    RefCountedObject.disposed
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCRtpReceiver : RefCountedObject, IDisposable

    Properties

    Streams

    Declaration
    public IEnumerable<MediaStream> Streams { get; }
    Property Value
    Type Description
    IEnumerable<MediaStream>

    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()

    ~RTCRtpReceiver()

    Declaration
    protected ~RTCRtpReceiver()

    GetCapabilities(TrackKind)

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

    GetContributingSources()

    Declaration
    public RTCRtpContributingSource[] GetContributingSources()
    Returns
    Type Description
    RTCRtpContributingSource[]

    GetStats()

    Declaration
    public RTCStatsReportAsyncOperation GetStats()
    Returns
    Type Description
    RTCStatsReportAsyncOperation

    GetSynchronizationSources()

    Declaration
    public RTCRtpContributingSource[] GetSynchronizationSources()
    Returns
    Type Description
    RTCRtpContributingSource[]

    Implements

    IDisposable
    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)