Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -37,13 +37,20 @@ class HWConfig:
|
|||
def is_supported(self) -> bool: ...
|
||||
|
||||
class HWAccel:
|
||||
options: dict[str, object]
|
||||
|
||||
@property
|
||||
def is_hw_owned(self) -> bool: ...
|
||||
@property
|
||||
def device_id(self) -> int: ...
|
||||
def __init__(
|
||||
self,
|
||||
device_type: str | HWDeviceType,
|
||||
device: str | None = None,
|
||||
device: str | int | None = None,
|
||||
allow_software_fallback: bool = False,
|
||||
options: dict[str, object] | None = None,
|
||||
flags: int | None = None,
|
||||
is_hw_owned: bool = False,
|
||||
) -> None: ...
|
||||
def create(self, codec: Codec) -> HWAccel: ...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue