summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakamitsu Yoshii <tyoshii@xevo.com>2019-09-18 13:17:09 +0900
committerTakamitsu Yoshii <tyoshii@xevo.com>2019-09-18 13:17:09 +0900
commit60d63e8662b0cdb793c1af01eb9f0fc94f72a5ff (patch)
treef57cd214207662baf661ac6701f4b054cc417260
parent1e5d20a9bc998a0d0031269bf278e70abfcd8a92 (diff)
downloadsdl_ios-60d63e8662b0cdb793c1af01eb9f0fc94f72a5ff.tar.gz
fix comment
-rw-r--r--SmartDeviceLink/SDLStreamingMediaConfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaConfiguration.h b/SmartDeviceLink/SDLStreamingMediaConfiguration.h
index 593a0ef3f..76ef5b3ff 100644
--- a/SmartDeviceLink/SDLStreamingMediaConfiguration.h
+++ b/SmartDeviceLink/SDLStreamingMediaConfiguration.h
@@ -46,7 +46,7 @@ typedef NS_ENUM(NSUInteger, SDLCarWindowRenderingType) {
*
* Other properties you may want to try adjusting include kVTCompressionPropertyKey_AverageBitRate and kVTCompressionPropertyKey_DataRateLimits.
- @note Setting values can be override by StreamingMediaManager when `allowOverrideEncoderSettings` property is YES.
+ @note Setting values can be overridden by StreamingMediaManager when `allowOverrideEncoderSettings` property is YES.
*/
@property (copy, nonatomic, nullable) NSDictionary<NSString *, id> *customVideoEncoderSettings;