summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-08-29 11:54:55 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-08-29 11:54:55 -0400
commit850387a08193a08627c4e9c7cdbfb2d38b3ea947 (patch)
treeeca1054438e7e90fb0d0673c4450881c773ea537
parentcaa650881759c2d384a31859cb485b9b6a418aea (diff)
downloadsdl_ios-850387a08193a08627c4e9c7cdbfb2d38b3ea947.tar.gz
Fixed extra documentation
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h
index f9689f828..3e9606bd0 100644
--- a/SmartDeviceLink/SDLStreamingMediaManager.h
+++ b/SmartDeviceLink/SDLStreamingMediaManager.h
@@ -134,8 +134,6 @@ typedef void (^SDLStreamingEncryptionStartBlock)(BOOL success, BOOL encryption,
@param encryptionFlag Whether and how much security to apply to the video session.
@param height The height requested to be used
@param width The width requested to be used
- @param protocol The protocol requested to be used
- @param codec The codec requested to be used
@param startBlock A block that will be called with the result of attempting to start a video session
*/
- (void)startVideoSessionWithTLS:(SDLEncryptionFlag)encryptionFlag height:(int32_t)height width:(int32_t)width startBlock:(SDLStreamingEncryptionStartBlock)startBlock;