Enum EMediaOperation
public enum EMediaOperation
Namespace: HomeSeer.PluginSdk.Speech
Assembly: PluginSdk.dll
PLEASE NOTE: Code related to the Speech components in HomeSeer were ported from the HS3 plugin API and have not been fully tested to verify full functionality from the new SDK. The Speech API may undergo significant changes in the near future. Please use with caution.
Fields
Name | Description |
---|---|
MediaGetFilename | |
MediaGetVolume | |
MediaIsPlaying | Return true if media player is currently playing |
MediaMute | |
MediaPause | |
MediaSetFilename | |
MediaSetVolume | 0 -> 100 100=full |
MediaStop | |
MediaUnmute | |
MediaUnpause |