AllocateNextStreamId
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <register/register_custom_pass.h>
- Library file: libregister.so
Function Usage
Applies for a new stream ID. This API is called when a new logic stream is required.
Prototype
1 | int64_t AllocateNextStreamId() |
Parameters
None
Returns
New stream ID.
Constraints
None
Parent topic: StreamPassContext