Skip to content

Commit 4eedfae

Browse files
committed
Minor fixes
1 parent 882c369 commit 4eedfae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

proposals/0296-Update-video-streaming-capabilities-during-ignition-cycle.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ While `diagonalScreenSize` is mandatory, `aspectRatio` and `resolution` are opti
111111
3. If `aspectRatio` suits constraint provided - add this VSC to supported VCS list, otherwise check `resolution` constraint
112112
4. If `resolution` suits constraint provided - add this VSC to supported VSC list, otherwise go to next iteration
113113

114-
***Examples***
114+
***Examples:***
115115

116116
**iOS**
117117

@@ -145,7 +145,8 @@ In `SDLStreamingMediaConfiguration`:
145145
In `VideoStreamManager` add new `startRemoteDisplayStream`:
146146
147147
```java
148-
public void startRemoteDisplayStream(Context context, Class<? extends SdlRemoteDisplay> remoteDisplayClass, VideoStreamingParameters parameters, final boolean encrypted, SupportedStreamingRange streamingRange)
148+
public void startRemoteDisplayStream(Context context, Class<? extends SdlRemoteDisplay> remoteDisplayClass,
149+
VideoStreamingParameters parameters, final boolean encrypted, SupportedStreamingRange streamingRange)
149150
```
150151

151152
In this way, developers will be able to pass constraints related to specific application directly into `SDLManager`

0 commit comments

Comments
 (0)