diff --git a/platform/Android/source/premierlibrary/src/main/java/com/cicada/player/nativeclass/PlayerConfig.java b/platform/Android/source/premierlibrary/src/main/java/com/cicada/player/nativeclass/PlayerConfig.java index 015969b96..44a641c7e 100644 --- a/platform/Android/source/premierlibrary/src/main/java/com/cicada/player/nativeclass/PlayerConfig.java +++ b/platform/Android/source/premierlibrary/src/main/java/com/cicada/player/nativeclass/PlayerConfig.java @@ -128,7 +128,7 @@ private PlayerConfig() { public boolean mDisableVideo = false; /** - * 进度跟新的频率。包括当前位置和缓冲位置。 + * 进度更新的频率。包括当前位置和缓冲位置。 */ /**** * Set the frequencies of Progress. Includes the current position and the buffer position. diff --git a/platform/Apple/source/CicadaConfig.h b/platform/Apple/source/CicadaConfig.h index 2ccb6be40..a1de0d73d 100644 --- a/platform/Apple/source/CicadaConfig.h +++ b/platform/Apple/source/CicadaConfig.h @@ -105,7 +105,7 @@ OBJC_EXPORT @property(nonatomic, assign) int liveStartIndex; /** -@brief 进度跟新的频率。包括当前位置和缓冲位置。 +@brief 进度更新的频率。包括当前位置和缓冲位置。 */ /**** @brief Set the frequencies of Progress. Includes the current position and the buffer position.