Skip to main content

Meta_NetPlayerTexture

Module: Metanodes / Definitions

A NetPlayerTexture is video streaming player from a remote Visionary Render application.

#include <meta_netplayertexture.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_State, Idx_Host, Idx_Port, Idx_Password, Idx_RemoteControl, Idx_LastErrorMessage, Idx_UserInput }
Property index.
enumState { State_Disconnected, State_Connecting, State_Connected, State_Error }
Values for Idx_State.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabled
Idx_State
Idx_Host
Idx_Port
Idx_PasswordHashed and base64 encoded password.
Idx_RemoteControl
Idx_LastErrorMessage
Idx_UserInputUserInput is a specially formatted string, on seeing the change the actor will decifer it and send the equivalent input to the server. In that fashion the UserInput can be used to drive the NetPlayer from scripts and, crucially, allow a keyboard to be implemented within visren. Currently it only support keyboard inputs and the strings returned by sysKeyboard::stringToCode().

Property index.

enum State

EnumeratorValueDescription
State_DisconnectedThe client is not connected.
State_ConnectingThe client is in the process of connecting.
State_ConnectedThe client is connected and working correctly.
State_ErrorAn error has occured - more details are in LastErrorMessage.

Values for Idx_State.