Index: webrtc/sdk/android/api/org/webrtc/VideoEncoderFactory.java |
diff --git a/webrtc/sdk/android/api/org/webrtc/VideoEncoderFactory.java b/webrtc/sdk/android/api/org/webrtc/VideoEncoderFactory.java |
index 0ea7df6719540a1da175666dec7cedeef758abcd..4445524a99ca60698ea72f9d2baac3628aff88b4 100644 |
--- a/webrtc/sdk/android/api/org/webrtc/VideoEncoderFactory.java |
+++ b/webrtc/sdk/android/api/org/webrtc/VideoEncoderFactory.java |
@@ -15,6 +15,9 @@ public interface VideoEncoderFactory { |
/** Creates an encoder for the given video codec. */ |
public VideoEncoder createEncoder(VideoCodecInfo info); |
- /** Enumerates the list of supported video codecs. */ |
+ /** |
+ * Enumerates the list of supported video codecs. This method will only be called once and the |
+ * result will be cached. |
+ */ |
public VideoCodecInfo[] getSupportedCodecs(); |
} |