AudioStreamingStateHMILevelSystemContextVideoStreamingStateNumberOnHMIStatusOnHMIStatusOnHMIStatusOnHMIStatusOnHMIStatusAudioStreamingStateGet the AudioStreamingState
Kind: Instance method of OnHMIStatus
Returns: AudioStreamingState - the KEY_AUDIO_STREAMING_STATE value
HMILevelGet the HmiLevel
Kind: Instance method of OnHMIStatus
Returns: HMILevel - the KEY_HMI_LEVEL value
SystemContextGet the SystemContext
Kind: Instance method of OnHMIStatus
Returns: SystemContext - the KEY_SYSTEM_CONTEXT value
VideoStreamingStateGet the VideoStreamingState
Kind: Instance method of OnHMIStatus
Returns: VideoStreamingState - the KEY_VIDEO_STREAMING_STATE value
NumberGet the WindowID
Kind: Instance method of OnHMIStatus
Returns: Number - the KEY_WINDOW_ID value
OnHMIStatusSet the AudioStreamingState
Kind: Instance method of OnHMIStatus
Returns: OnHMIStatus - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| state | AudioStreamingState |
See AudioStreamingState - The desired AudioStreamingState. |
OnHMIStatusSet the HmiLevel
Kind: Instance method of OnHMIStatus
Returns: OnHMIStatus - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| level | HMILevel |
See HMILevel - The desired HmiLevel. |
OnHMIStatusSet the SystemContext
Kind: Instance method of OnHMIStatus
Returns: OnHMIStatus - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| context | SystemContext |
See SystemContext - The desired SystemContext. |
OnHMIStatusSet the VideoStreamingState
Kind: Instance method of OnHMIStatus
Returns: OnHMIStatus - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| state | VideoStreamingState |
See VideoStreamingState. If it is NOT_STREAMABLE, the app must stop streaming video to SDL Core(stop service). - The desired VideoStreamingState. {'default_value': 'STREAMABLE'} |
OnHMIStatusSet the WindowID
Kind: Instance method of OnHMIStatus
Returns: OnHMIStatus - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| id | Number |
This is the unique ID assigned to the window that this RPC is intended. If this param is not included, it will be assumed that this request is specifically for the main window on the main display. See PredefinedWindows enum. - The desired WindowID. |