Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from types import CapsuleType
|
||||
|
||||
from av.plane import Plane
|
||||
|
||||
from .frame import VideoFrame
|
||||
|
|
@ -9,3 +11,5 @@ class VideoPlane(Plane):
|
|||
buffer_size: int
|
||||
|
||||
def __init__(self, frame: VideoFrame, index: int) -> None: ...
|
||||
def __dlpack_device__(self) -> tuple[int, int]: ...
|
||||
def __dlpack__(self, *, stream: int | None = None) -> CapsuleType: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue