GetCurrMaxStreamId
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <register/register_custom_pass.h>
- Library file: libregister.so
Function Usage
Obtains the maximum stream ID on the current graph.
Prototype
1 | int64_t GetCurrMaxStreamId() const |
Parameters
None
Returns
Maximum stream ID in the current graph.
Constraints
None
Parent topic: StreamPassContext