summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingMediaManager.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-07-28 18:12:59 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-07-28 18:12:59 -0700
commite8e5a5b684f23d2645b565c11ab9d47c3b0f3735 (patch)
treece24a18f565560c8e2f62aef8f2239f4071bdb2f /SmartDeviceLink/SDLStreamingMediaManager.h
parent4e39844a110224bbf97ffbf8a554de61cfd51f2e (diff)
downloadsdl_ios-e8e5a5b684f23d2645b565c11ab9d47c3b0f3735.tar.gz
Updated starting audio session function declaration to match video session functions.
Diffstat (limited to 'SmartDeviceLink/SDLStreamingMediaManager.h')
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h
index 776e39fa4..9978913e9 100644
--- a/SmartDeviceLink/SDLStreamingMediaManager.h
+++ b/SmartDeviceLink/SDLStreamingMediaManager.h
@@ -86,10 +86,10 @@ typedef void (^SDLStreamingEncryptionStartBlock)(BOOL success, BOOL encryption,
*
* @param startBlock A block that will be called with the result of attempting to start an audio session
*/
-- (void)startAudioStreamingWithStartBlock:(SDLStreamingStartBlock)startBlock;
+- (void)startAudioSessionWithStartBlock:(SDLStreamingStartBlock)startBlock;
// TODO: Documentation
-- (void)startAudioStreamingWithTLS:(SDLEncryptionFlag)encryptionFlag startBlock:(SDLStreamingEncryptionStartBlock)startBlock;
+- (void)startAudioSessionWithTLS:(SDLEncryptionFlag)encryptionFlag startBlock:(SDLStreamingEncryptionStartBlock)startBlock;
/**
* This method will stop a running audio session if there is one running.