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 25
25
IceTransportType ,
26
26
TrackPublishOptions ,
27
27
)
28
+ from ._proto .room_pb2 import VideoEncoding
28
29
from ._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
30
31
from .audio_frame import AudioFrame
31
32
from .audio_source import AudioSource
32
33
from .audio_stream import AudioFrameEvent , AudioStream
116
117
"TrackPublication" ,
117
118
"Transcription" ,
118
119
"TranscriptionSegment" ,
120
+ "VideoCodec" ,
121
+ "VideoEncoding" ,
119
122
"VideoFrame" ,
123
+ "VideoFrameEvent" ,
120
124
"VideoSource" ,
121
125
"VideoStream" ,
122
- "VideoFrameEvent" ,
123
126
"ChatManager" ,
124
127
"ChatMessage" ,
125
128
"__version__" ,
You can’t perform that action at this time.
0 commit comments