<VideoTextureBridge> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Group » VideoTextureBridge

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<VideoFrameMetadata>VideoFrameMetadataReturns a pointer to the <VideoFrameMetadata> object that contains information about the video stream.
<VideoSource>VideoSourceSets or gets a pointer to <VideoSourceAsync> object.
<VideoSourceMetadata>VideoSourceMetadatareturns a pointer to the video stream's <VideoSourceMetadata> object.
stringSourceLocationSets or gets the location of the video, which can be an absolute path to a file on disk or a valid RTSP address in the following form: rtsp://192.1.168.101:8445.
<Node>TextureSets or gets the <Texture> object that will store video frames so they can be uploaded to the GPU.
<Node>TextureLinkIf this node is connected to a <Texture> via a <NodeLink>, this returns a pointer to the <NodeLink> instead of the <Texture>.