Show / Hide Table of Contents

    Interface IComponentBroadcaster

    Abstract class for sending component updates from the user device.

    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IComponentBroadcaster

    Properties

    ComponentBroadcasterService

    The associated component service.

    Declaration
    IComponentBroadcasterService ComponentBroadcasterService { get; }
    Property Value
    Type Description
    IComponentBroadcasterService

    TransformBroadcaster

    The components transform broadcaster

    Declaration
    TransformBroadcaster TransformBroadcaster { get; }
    Property Value
    Type Description
    TransformBroadcaster

    Methods

    OnFrameCompleted(SocketEndpointConnectionDelta)

    Call to signal the end of a frame.

    Declaration
    void OnFrameCompleted(SocketEndpointConnectionDelta connectionDelta)
    Parameters
    Type Name Description
    SocketEndpointConnectionDelta connectionDelta

    ProcessNewConnections(SocketEndpointConnectionDelta)

    Call to report the current state of network connections.

    Declaration
    void ProcessNewConnections(SocketEndpointConnectionDelta connectionDelta)
    Parameters
    Type Name Description
    SocketEndpointConnectionDelta connectionDelta

    ResetFrame()

    Call to reset the frame.

    Declaration
    void ResetFrame()
    Back to top Generated by DocFX