Home
last modified time | relevance | path

Searched refs:AudioAllowedCapturePolicy (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioAttributes.java46 private @C.AudioAllowedCapturePolicy int allowedCapturePolicy;
86 public Builder setAllowedCapturePolicy(@C.AudioAllowedCapturePolicy int allowedCapturePolicy) { in setAllowedCapturePolicy()
101 public final @C.AudioAllowedCapturePolicy int allowedCapturePolicy;
109 @C.AudioAllowedCapturePolicy int allowedCapturePolicy) { in AudioAttributes()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DC.java460 public @interface AudioAllowedCapturePolicy {} annotation in C