Searched defs:audioStreamType (Results 1 – 3 of 3) sorted by relevance
232 private AvSettings(int mainType, boolean isAudio, boolean isPassthrough, int audioStreamType, in AvSettings()327 public Builder setAudioStreamType(@AudioStreamType int audioStreamType) { in setAudioStreamType()
4023 AudioStreamType audioStreamType = static_cast<AudioStreamType>( in getAvStreamType() local
509 public int audioStreamType = STREAM_DEFAULT; field in Notification