Orbbec Unity SDK
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Orbbec.StreamProfileList Class Reference
Inheritance diagram for Orbbec.StreamProfileList:

Public Member Functions

VideoStreamProfile GetVideoStreamProfile (int width, int height, Format format, int fps)
 通过传入的参数进行匹配对应的StreamProfile,若有多个匹配项默认返回列表中的第一个 More...
 
StreamProfile GetProfile (int index)
 通过索引号获取StreamProfile More...
 
UInt32 ProfileCount ()
 获取StreamProfile数量 More...
 
void Dispose ()
 

Member Function Documentation

◆ GetProfile()

StreamProfile Orbbec.StreamProfileList.GetProfile ( int  index)
inline

通过索引号获取StreamProfile

◆ GetVideoStreamProfile()

VideoStreamProfile Orbbec.StreamProfileList.GetVideoStreamProfile ( int  width,
int  height,
Format  format,
int  fps 
)
inline

通过传入的参数进行匹配对应的StreamProfile,若有多个匹配项默认返回列表中的第一个

◆ ProfileCount()

UInt32 Orbbec.StreamProfileList.ProfileCount ( )
inline

获取StreamProfile数量