[RTC Java API] How to get stream/workspace info from IFlowEntry object?
Tuan Nguyen Minh (69●15●21)
| asked Mar 25 '15, 11:12 p.m.
edited Mar 26 '15, 9:27 a.m. by Evan Hughes (2.4k●13●18)
Hi, after retrieve an IFlowTable object from an IWorkspaceConnection object, I get a list of IFlowEntry objects using the 2 methods: IFlowTable.acceptSources() and IFlowTable.deliverTargets(), now how can I get the stream/workspace info from the IFlowEntry object?
|
Accepted answer
IFlowEntry.getFlowNode() returns the workspace handle
IWorkspaceConnection ws = IWorkspaceManager.getWorkspaceConnection((IWorkspaceHandle) (IFlowEntry.getFlowNode()), null); Tuan Nguyen Minh selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.