summaryrefslogtreecommitdiff
path: root/base/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java')
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java b/base/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java
index 6a1b1b97d..0c46e3743 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/interfaces/ISdl.java
@@ -94,11 +94,6 @@ public interface ISdl {
void startVideoService(VideoStreamingParameters parameters, boolean encrypted);
/**
- * Stops the video service if open
- */
- void stopVideoService();
-
- /**
* Starts the video streaming service
* @param isEncrypted flag to start this service with encryption or not
* @param parameters desired video streaming params for this sevice to be started with
@@ -120,11 +115,6 @@ public interface ISdl {
void startAudioService(boolean encrypted);
/**
- * Stops the audio service if open
- */
- void stopAudioService();
-
- /**
* Start Audio Stream and return IAudioStreamListener
* @param isEncrypted whether or not the audio stream should be encrypted
* @param codec the codec that should be used for the audio stream