RenderStreamSystem
Properties
discovery : Discovery (Read-Only)
Variables
RS_AUTH_MODE_FULL : Final[int] = 2
Constructors
__init__(self)
Methods
activeLatency(self) -> float
activeSyncOperationStatuses(self, forAsset: RenderStreamAsset) -> List[str]
activeSyncOperationsFor(self, asset: RenderStreamAsset) -> int
activeWorkload(self, id: int) -> ActiveWorkload
availableAdaptors(self) -> List[netsys_NetworkAdaptor]
getLicensingState(self) -> int
getLogPathForWorkloadInstance(self, id: int, instance: int) -> str
getStreamReceiveStatuses(self, workload: int, machineName: str) -> List[SubscribedStreamStatus]
getWorkloadInstance(self, workload: int, instanceIdx: int) -> WorkloadInstance
getWorkloadInstances(self, workload: int) -> List[WorkloadInstance]
getWorkloadLayers(self) -> map[int, Layer]
getWorkloadReceiveStatuses(self, workload: int) -> List[SubscribedStreamStatus]
isProxy(self, id: StreamIdentifier) -> bool
isRenderStreamMachineInUse(self, rsMachine: RenderStreamMachine) -> bool
stream(self, id: StreamIdentifier) -> StreamObject
streamStatus(self) -> StreamStatusManager
/** Tracks subscriptions from machines in the session to the streams output by render nodes. */
textureParamStatus(self) -> TextureParamStatusManager
/** Tracks subscriptions from render nodes to texture parameter stream. */