aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobert Wu <85952307+robertwu1@users.noreply.github.com>2022-07-20 14:47:02 -0700
committerGitHub <noreply@github.com>2022-07-20 14:47:02 -0700
commitb2a6dad5977e465e3336efabfa18c6aa75897297 (patch)
treed74cd190737dfc6d6464996f5ff91b9660de7c09 /include
parent9ee89f29b174cc38a716c79edad86e489ca3e39f (diff)
downloadoboe-b2a6dad5977e465e3336efabfa18c6aa75897297.tar.gz
Rename instances of master with main (#1575)
Diffstat (limited to 'include')
-rw-r--r--include/oboe/AudioStream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oboe/AudioStream.h b/include/oboe/AudioStream.h
index 2a91b5d1..9b27e9a0 100644
--- a/include/oboe/AudioStream.h
+++ b/include/oboe/AudioStream.h
@@ -264,7 +264,7 @@ public:
*
* Note that due to issues in Android before R, we recommend NOT calling
* this method from a data callback. See this tech note for more details.
- * https://github.com/google/oboe/blob/master/docs/notes/rlsbuffer.md
+ * https://github.com/google/oboe/blob/main/docs/notes/rlsbuffer.md
*
* @return a ResultWithValue which has a result of Result::OK and a value containing the latency
* in milliseconds, or a result of Result::Error*.
@@ -286,7 +286,7 @@ public:
*
* Note that due to issues in Android before R, we recommend NOT calling
* this method from a data callback. See this tech note for more details.
- * https://github.com/google/oboe/blob/master/docs/notes/rlsbuffer.md
+ * https://github.com/google/oboe/blob/main/docs/notes/rlsbuffer.md
*
* @deprecated since 1.0, use AudioStream::getTimestamp(clockid_t clockId) instead, which
* returns ResultWithValue
@@ -313,7 +313,7 @@ public:
*
* Note that due to issues in Android before R, we recommend NOT calling
* this method from a data callback. See this tech note for more details.
- * https://github.com/google/oboe/blob/master/docs/notes/rlsbuffer.md
+ * https://github.com/google/oboe/blob/main/docs/notes/rlsbuffer.md
*
* See
* @param clockId the type of clock to use e.g. CLOCK_MONOTONIC