summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-06-05 10:01:18 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-06-05 10:01:18 -0400
commitfbb94813f916049ffae1b7ec5aa41637b2257f0b (patch)
tree61cbaa78fb1252e7d9b19d58032d7f100ccf4ec5
parentd99672428978c7d194853023ec512b426b18c99e (diff)
downloadsdl_ios-feature/issue_1275_audiostreammanager_push_data_buffer.tar.gz
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h
index c306f8550..8e96e7ebb 100644
--- a/SmartDeviceLink/SDLStreamingMediaManager.h
+++ b/SmartDeviceLink/SDLStreamingMediaManager.h
@@ -170,7 +170,9 @@ NS_ASSUME_NONNULL_BEGIN
- (BOOL)sendVideoData:(CVImageBufferRef)imageBuffer presentationTimestamp:(CMTime)presentationTimestamp;
/**
- * This method receives PCM audio data and will attempt to send that data across to the head unit for immediate playback
+ * This method receives PCM audio data and will attempt to send that data across to the head unit for immediate playback.
+ *
+ * NOTE: See the `.audioManager` (SDLAudioStreamManager) `pushWithData:` method for a more modern API.
*
* @param audioData The data in PCM audio format, to be played
*