Astra SDK  v2.1.3
Public 成员函数 | 静态 Public 成员函数 | 属性 | 所有成员列表
Astra.StreamSet类 参考

A StreamSet represents a logical group of related streams, the most common of these being an Astra camera device 更多...

类 Astra.StreamSet 继承关系图:

Public 成员函数

StreamReader CreateReader ()
 Creates a StreamReader associated with the StreamSet. 更多...
 
DeviceController CreateDeviceController ()
 Creates a DeviceController associated with the StreamSet. 更多...
 
void Dispose ()
 Disposes a StreamSet and freeing all associated native resources. 更多...
 

静态 Public 成员函数

static StreamSet Open (string connectionString)
 Opens a StreamSet using the connectionString to provide any additional options. 更多...
 
static StreamSet Open ()
 Opens a StreamSet with the default connection string. 更多...
 

属性

bool IsAvailable [get]
 
string Uri [get]
 

详细描述

A StreamSet represents a logical group of related streams, the most common of these being an Astra camera device

The type StreamSet.

成员函数说明

◆ CreateDeviceController()

DeviceController Astra.StreamSet.CreateDeviceController ( )
inline

Creates a DeviceController associated with the StreamSet.

返回
A DeviceController for control the device of StreamSet

◆ CreateReader()

StreamReader Astra.StreamSet.CreateReader ( )
inline

Creates a StreamReader associated with the StreamSet.

返回
A StreamReader for accessing the frames of StreamSet streams

◆ Dispose()

void Astra.StreamSet.Dispose ( )
inline

Disposes a StreamSet and freeing all associated native resources.

◆ Open() [1/2]

static StreamSet Astra.StreamSet.Open ( )
inlinestatic

Opens a StreamSet with the default connection string.

返回
The newly opened StreamSet

◆ Open() [2/2]

static StreamSet Astra.StreamSet.Open ( string  connectionString)
inlinestatic

Opens a StreamSet using the connectionString to provide any additional options.

参数
connectionStringA specifically formatted string
返回
The newly opened StreamSet

该类的文档由以下文件生成: