8000 Merge pull request #25 from rostopira/patch-3 · linuxerwang/flutter-webrtc@235abb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 235abb9

Browse files
authored
Merge pull request flutter-webrtc#25 from rostopira/patch-3
Add public getter for texture id
2 parents 4b30418 + 56fc72f commit 235abb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rtc_video_view.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ class RTCVideoRenderer {
4242
double get width => _width;
4343

4444
double get height => _height;
45+
46+
int get textureId => _textureId;
4547

4648
set mirror(bool mirror) {
4749
_mirror = mirror;

0 commit comments

Comments
 (0)
0