aclrtGetStreamAttribute
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the attribute value of a stream.
Prototype
aclError aclrtGetStreamAttribute(aclrtStream stream, aclrtStreamAttr stmAttrType, aclrtStreamAttrValue *value)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Stream. Passing NULL (indicating the default stream) is not supported. |
stmAttrType |
Input |
Attribute type. |
value |
Output |
Attribute value. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Stream Management