Home | History | Annotate | Download | only in media

Lines Matching refs:stream_id

105   void OnCreateStream(int stream_id,
110 // Play the audio stream referenced by |stream_id|.
111 void OnPlayStream(int stream_id);
113 // Pause the audio stream referenced by |stream_id|.
114 void OnPauseStream(int stream_id);
116 // Close the audio stream referenced by |stream_id|.
117 void OnCloseStream(int stream_id);
119 // Set the volume of the audio stream referenced by |stream_id|.
120 void OnSetVolume(int stream_id, double volume);
125 void DoCompleteCreation(int stream_id);
128 void DoNotifyAudioPowerLevel(int stream_id, float power_dbfs, bool clipped);
131 void SendErrorMessage(int stream_id);
138 void ReportErrorAndClose(int stream_id);
140 // A helper method to look up a AudioEntry identified by |stream_id|.
142 AudioEntry* LookupById(int stream_id);