Skip to content

Commit 4bad448

Browse files
authored
Export VideoEncoding and VideoCodec (#245)
1 parent 388e1d9 commit 4bad448

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

livekit-rtc/livekit/rtc/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
IceTransportType,
2626
TrackPublishOptions,
2727
)
28+
from ._proto.room_pb2 import VideoEncoding
2829
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
3031
from .audio_frame import AudioFrame
3132
from .audio_source import AudioSource
3233
from .audio_stream import AudioFrameEvent, AudioStream
@@ -116,10 +117,12 @@
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__",

0 commit comments

Comments
 (0)