8000 Add public getter for texture id · linuxerwang/flutter-webrtc@56fc72f · GitHub
[go: up one dir, main page]

Skip to content

Commit 56fc72f

Browse files
authored
Add public getter for texture id
Please ^_^ I really need it
1 parent 4b30418 commit 56fc72f

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