Skip to content

Commit

Permalink
Note new AudioStreamManager method
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Jun 5, 2019
1 parent d996724 commit fbb9481
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SmartDeviceLink/SDLStreamingMediaManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit fbb9481

Please sign in to comment.