#include <mobu-python-api.h>
Public Member Functions | |
__init__ () | |
RegisterExternalVideoFormat () | |
GetCodecIdList () | |
GetDefaultCodec () | |
SetDefaultCodec () | |
__reduce__ () | |
Public Attributes | |
object | VideoCodecMode |
__init__ | ( | ) |
Python Docstring:
__init__( (object)arg1) -> None
__reduce__ | ( | ) |
GetCodecIdList | ( | ) |
Python Docstring:
GetCodecIdList( (FBVideoCodecManager)arg1, (str)arg2) -> list
GetDefaultCodec | ( | ) |
Python Docstring:
GetDefaultCodec( (FBVideoCodecManager)arg1, (str)arg2) -> str
RegisterExternalVideoFormat | ( | ) |
Python Docstring:
RegisterExternalVideoFormat( (FBVideoCodecManager)arg1, (str)arg2) -> bool
SetDefaultCodec | ( | ) |
Python Docstring:
SetDefaultCodec( (FBVideoCodecManager)arg1, (str)arg2, (str)arg3) -> None
object VideoCodecMode |