ask_sdk_model.interfaces.viewport.video package

Submodules

Note

Canonical imports have been added in the __init__.py of the package. This helps in importing the class directly from the package, than through the module.

For eg: if package a has module b with class C, you can do from a import C instead of from a.b import C.

ask_sdk_model.interfaces.viewport.video.codecs module

class ask_sdk_model.interfaces.viewport.video.codecs.Codecs

Bases: enum.Enum

A named bundle of codecs which are available for playing video on the viewport.

Allowed enum values: [H_264_41, H_264_42]

H_264_41 = 'H_264_41'
H_264_42 = 'H_264_42'
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model