Source code for av.attachments.stream
from typing import Literal
from av.stream import Stream
[docs]
class AttachmentStream(Stream):
type: Literal["attachment"]
@property
def mimetype(self) -> str | None: ...
from typing import Literal
from av.stream import Stream
[docs]
class AttachmentStream(Stream):
type: Literal["attachment"]
@property
def mimetype(self) -> str | None: ...