Home | History | Annotate | Download | only in media

Lines Matching refs:stream_id

96   void OnCreateStream(int stream_id,
101 // Record the audio input stream referenced by |stream_id|.
102 void OnRecordStream(int stream_id);
104 // Close the audio stream referenced by |stream_id|.
105 void OnCloseStream(int stream_id);
107 // Set the volume of the audio stream referenced by |stream_id|.
108 void OnSetVolume(int stream_id, double volume);
122 void SendErrorMessage(int stream_id);
137 // A helper method to look up a AudioEntry identified by |stream_id|.
139 AudioEntry* LookupById(int stream_id);