Uses of Enum Class
tigase.meet.jingle.Content.Creator
Packages that use Content.Creator
-
Uses of Content.Creator in tigase.meet
Methods in tigase.meet that return Content.CreatorModifier and TypeMethodDescriptionprotected Content.CreatorParticipation.getPublisherContentCreatorFor(String name) protected Content.CreatorParticipation.getSubscriberContentCreatorFor(String name) Methods in tigase.meet with parameters of type Content.CreatorModifier and TypeMethodDescriptionprotected ContentParticipation.convertCandidateToContent(Content.Creator role, SDP sdp, JanusPlugin.Candidate janusCandidate) -
Uses of Content.Creator in tigase.meet.jingle
Methods in tigase.meet.jingle that return Content.CreatorModifier and TypeMethodDescriptionContent.getCreator()static Content.CreatorReturns the enum constant of this class with the specified name.static Content.Creator[]Content.Creator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.meet.jingle with parameters of type Content.CreatorModifier and TypeMethodDescriptionstatic ContentContent.from(String sdp, String[] sessionLines, Function<String, Content.Creator> creatorProvider, Content.Creator localRole) static SDPSDP.from(String sdp, Function<String, Content.Creator> creatorProvider, Content.Creator localRole) Content.toSDP(Content.Creator localRole, SDP.Direction direction) Content.StreamType.toSenders(Content.Creator creator) Content.Senders.toStreamType(Content.Creator localRole, SDP.Direction direction) SDP.toString(String sid, Content.Creator localRole, SDP.Direction direction) Method parameters in tigase.meet.jingle with type arguments of type Content.CreatorModifier and TypeMethodDescriptionstatic ContentContent.from(String sdp, String[] sessionLines, Function<String, Content.Creator> creatorProvider, Content.Creator localRole) static SDPSDP.from(String sdp, Function<String, Content.Creator> creatorProvider, Content.Creator localRole) Constructors in tigase.meet.jingle with parameters of type Content.CreatorModifierConstructorDescriptionContent(Content.Creator creator, String name, Optional<Content.Senders> senders, Optional<Description> description, List<Transport> transports)