File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525 IceTransportType ,
2626 TrackPublishOptions ,
2727)
28+ from ._proto .room_pb2 import VideoEncoding
2829from ._proto .track_pb2 import StreamState , TrackKind , TrackSource
29- from ._proto .video_frame_pb2 import VideoBufferType , VideoRotation
30+ from ._proto .video_frame_pb2 import VideoBufferType , VideoCodec , VideoRotation
3031from .audio_frame import AudioFrame
3132from .audio_source import AudioSource
3233from .audio_stream import AudioFrameEvent , AudioStream
116117 "TrackPublication" ,
117118 "Transcription" ,
118119 "TranscriptionSegment" ,
120+ "VideoCodec" ,
121+ "VideoEncoding" ,
119122 "VideoFrame" ,
123+ "VideoFrameEvent" ,
120124 "VideoSource" ,
121125 "VideoStream" ,
122- "VideoFrameEvent" ,
123126 "ChatManager" ,
124127 "ChatMessage" ,
125128 "__version__" ,
You can’t perform that action at this time.
0 commit comments