Function: get_stream_attribute
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the attribute value of a stream.
Prototype
- C Prototype
aclError aclrtGetStreamAttribute(aclrtStream stream, aclrtStreamAttr stmAttrType, aclrtStreamAttrValue *value)
- Python Function
1value, ret = acl.rt.get_stream_attribute(stream, stm_attr_type)
Parameter Description
Parameter |
Description |
|---|---|
stream |
Int, stream. |
stm_attr_type |
Int, attribute type. For details, see aclrtStreamAttr. |
Return Value Description
Return Value |
Description |
|---|---|
value |
Dict, attribute value. For details, see aclrtStreamAttrValue. |
ret |
Int, 0 on success; else, failure. For details, see aclError. |
Parent topic: Streams Management