kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
[YouTube] add JDoc for membership functions
rodzic
2d88c34e00
commit
075c8e6387
|
@ -144,10 +144,18 @@ public class StreamInfoItem extends InfoItem {
|
|||
this.shortFormContent = shortFormContent;
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether the stream is only available to channel members.
|
||||
*
|
||||
* @return whether the stream is only available to channel members.
|
||||
*/
|
||||
public boolean requiresMembership() {
|
||||
return requiresMembership;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets whether the stream is only available to channel members.
|
||||
*/
|
||||
public void setRequiresMembership(final boolean requiresMembership) {
|
||||
this.requiresMembership = requiresMembership;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue