C# Class CgwMonitorManage.Tiandy.RealPlayInfo

Show file Open project: eSDK/esdk_Cgw Class Usage Examples

Public Properties

Property Type Description
ch int
data_type int
hPlayWnd int?

Property Details

ch public property

通道号
public int ch
return int

data_type public property

码流类型 0主码流 1子码流
public int data_type
return int

hPlayWnd public property

播放窗口的句柄, 为NULL表示不播放图象
public int? hPlayWnd
return int?