Method | Description | |
---|---|---|
AddStreamInfos ( FilterStreamInfos streamInfos ) : bool | ||
AddStreamInfosEx ( FilterStreamInfos streamInfos ) : bool | ||
DeleteAllStreams ( ) : void | ||
FilterStreams ( ) : System | ||
GetStreamCount ( StreamType Type ) : int | ||
GetStreamInfos ( StreamType type, int id ) : FilterStreamInfos | ||
GetStreamInfosExternal ( StreamType type, int id ) : FilterStreamInfos | ||
SetCurrentValue ( StreamType Type, int Id, bool Value ) : bool |
Method | Description | |
---|---|---|
AddStreamInfos ( FilterStreamInfos streamInfos, int &streamsCount, FilterStreamInfos streams ) : bool | ||
GetStreamInfos ( StreamType type, int id, int streamsCount, FilterStreamInfos streams ) : FilterStreamInfos |
public AddStreamInfos ( FilterStreamInfos streamInfos ) : bool | ||
streamInfos | FilterStreamInfos | |
return | bool |
public AddStreamInfosEx ( FilterStreamInfos streamInfos ) : bool | ||
streamInfos | FilterStreamInfos | |
return | bool |
public GetStreamCount ( StreamType Type ) : int | ||
Type | StreamType | |
return | int |
public GetStreamInfos ( StreamType type, int id ) : FilterStreamInfos | ||
type | StreamType | |
id | int | |
return | FilterStreamInfos |
public GetStreamInfosExternal ( StreamType type, int id ) : FilterStreamInfos | ||
type | StreamType | |
id | int | |
return | FilterStreamInfos |
public SetCurrentValue ( StreamType Type, int Id, bool Value ) : bool | ||
Type | StreamType | |
Id | int | |
Value | bool | |
return | bool |