Lines Matching refs:streamId
47 * @param streamId Stream ID for distributed audio devices.
54 CreateStream([in] int streamId);
59 * @param streamId Stream ID for distributed audio devices.
66 DestroyStream([in] int streamId);
71 * @param streamId Stream ID for distributed audio devices.
79 SetParameters([in] int streamId, [in] struct AudioParameter param);
84 * @param streamId Stream ID for distributed audio devices.
92 NotifyEvent([in] int streamId, [in] struct DAudioEvent event);
97 * @param streamId Stream ID for distributed audio devices.
105 WriteStreamData([in] int streamId, [in] struct AudioData data);
110 * @param streamId Stream ID for distributed audio devices.
118 ReadStreamData([in] int streamId, [out] struct AudioData data);
123 * @param streamId Stream ID for distributed audio devices.
132 ReadMmapPosition([in] int streamId, [out] unsigned long frames, [out] struct CurrentTime time);
137 * @param streamId Stream ID for distributed audio devices.
147 …RefreshAshmemInfo([in] int streamId, [in] FileDescriptor fd, [in] int ashmemLength, [in] int lengt…