We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bf5ad commit cc8b7cfCopy full SHA for cc8b7cf
livekit-rtc/livekit/rtc/video_frame.py
@@ -199,7 +199,7 @@ def convert(
199
return VideoFrame._from_owned_info(resp.video_convert.buffer)
200
201
def __repr__(self) -> str:
202
- return f"rtc.VideoFrame(width={self.width}, height={self.height}, type={self.type})"
+ return f"rtc.VideoFrame(width={self.width}, height={self.height}, type={proto_video.VideoBufferType.Name(self.type)})"
203
204
@classmethod
205
def __get_pydantic_core_schema__(cls, *_: Any):
0 commit comments