AppCapabilityType
VideoStreamingCapability
AppCapability
AppCapability
AppCapabilityType
Get the AppCapabilityType
Kind: Instance method of AppCapability
Returns: AppCapabilityType
- the KEY_APP_CAPABILITY_TYPE value
VideoStreamingCapability
Get the VideoStreamingCapability
Kind: Instance method of AppCapability
Returns: VideoStreamingCapability
- the KEY_VIDEO_STREAMING_CAPABILITY value
AppCapability
Set the AppCapabilityType
Kind: Instance method of AppCapability
Returns: AppCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
type | AppCapabilityType |
Used as a descriptor of what data to expect in this struct. The corresponding param to this enum should be included and the only other param included. - The desired AppCapabilityType. |
AppCapability
Set the VideoStreamingCapability
Kind: Instance method of AppCapability
Returns: AppCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
capability | VideoStreamingCapability |
Describes supported capabilities for video streaming - The desired VideoStreamingCapability. |