You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: core/src/main/java/com/pierfrancescosoffritti/androidyoutubeplayer/core/player/options/IFramePlayerOptions.kt
+10
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,16 @@ class IFramePlayerOptions private constructor(private val playerOptions: JSONObj
174
174
returnthis
175
175
}
176
176
177
+
/**
178
+
* Controls if the YouTube logo will be displayed in the control bar or not.
179
+
* @param modestBranding If set to 1: the YouTube logo will not be displayed in the control bar.
180
+
* If set to 0: the YouTube logo will be displayed in the control bar.
0 commit comments