Home
last modified time | relevance | path

Searched refs:allowedCapturePolicy (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioAttributes.java46 private @C.AudioAllowedCapturePolicy int allowedCapturePolicy; field in AudioAttributes.Builder
58 allowedCapturePolicy = C.ALLOW_CAPTURE_BY_ALL; in Builder()
86 public Builder setAllowedCapturePolicy(@C.AudioAllowedCapturePolicy int allowedCapturePolicy) { in setAllowedCapturePolicy() argument
87 this.allowedCapturePolicy = allowedCapturePolicy; in setAllowedCapturePolicy()
93 return new AudioAttributes(contentType, flags, usage, allowedCapturePolicy); in build()
101 public final @C.AudioAllowedCapturePolicy int allowedCapturePolicy; field in AudioAttributes
109 @C.AudioAllowedCapturePolicy int allowedCapturePolicy) { in AudioAttributes() argument
113 this.allowedCapturePolicy = allowedCapturePolicy; in AudioAttributes()
130 builder.setAllowedCapturePolicy(allowedCapturePolicy); in getAudioAttributesV21()
149 && this.allowedCapturePolicy == other.allowedCapturePolicy; in equals()
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DEventLogger.java320 + audioAttributes.allowedCapturePolicy); in onAudioAttributesChanged()
/external/exoplayer/tree/
DRELEASENOTES.md384 * Add `allowedCapturePolicy` field to `AudioAttributes` to allow to