|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.neomedia.control.KeyFrameControlAdapter
public class KeyFrameControlAdapter
Provides a default implementation of KeyFrameControl.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.java.sip.communicator.service.neomedia.control.KeyFrameControl |
|---|
KeyFrameControl.KeyFrameRequestee, KeyFrameControl.KeyFrameRequester |
| Constructor Summary | |
|---|---|
KeyFrameControlAdapter()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyFrameControlAdapter()
| Method Detail |
|---|
public void addKeyFrameRequestee(int index,
KeyFrameControl.KeyFrameRequestee keyFrameRequestee)
KeyFrameControl.addKeyFrameRequestee(int, KeyFrameRequestee).
Adds a KeyFrameRequestee to be made available through this
KeyFrameControl.
addKeyFrameRequestee in interface KeyFrameControlindex - the zero-based index at which keyFrameRequestee is
to be added to the list of KeyFrameRequestees made available or
-1 to have this KeyFrameControl choose at which index
it is to be added in accord with its internal logic
through this KeyFrameControlkeyFrameRequestee - the KeyFrameRequestee to be added to
this KeyFrameControl so that it is made available through it
public void addKeyFrameRequester(int index,
KeyFrameControl.KeyFrameRequester keyFrameRequester)
KeyFrameControl.addKeyFrameRequester(int, KeyFrameRequester).
Adds a KeyFrameRequester to be made available through this
KeyFrameControl.
addKeyFrameRequester in interface KeyFrameControlindex - the zero-based index at which keyFrameRequester is
to be added to the list of KeyFrameRequesters made available or
-1 to have this KeyFrameControl choose at which index
it is to be added in accord with its internal logic
through this KeyFrameControlkeyFrameRequester - the KeyFrameRequester to be added to
this KeyFrameControl so that it is made available through itpublic List<KeyFrameControl.KeyFrameRequestee> getKeyFrameRequestees()
KeyFrameControl.getKeyFrameRequestees().
Gets the KeyFrameRequestees made available through this
KeyFrameControl.
getKeyFrameRequestees in interface KeyFrameControlpublic List<KeyFrameControl.KeyFrameRequester> getKeyFrameRequesters()
KeyFrameControl.getKeyFrameRequesters().
Gets the KeyFrameRequesters made available through this
KeyFrameControl.
getKeyFrameRequesters in interface KeyFrameControlpublic boolean keyFrameRequest()
KeyFrameControl.keyFrameRequest().
Notifies this KeyFrameControl that the remote peer of the
associated VideoMediaStream has requested a key frame from the
local peer.
keyFrameRequest in interface KeyFrameControlpublic boolean removeKeyFrameRequestee(KeyFrameControl.KeyFrameRequestee keyFrameRequestee)
KeyFrameControl.removeKeyFrameRequestee(KeyFrameRequestee).
Removes a KeyFrameRequestee to no longer be made available
through this KeyFrameControl.
removeKeyFrameRequestee in interface KeyFrameControlkeyFrameRequestee - the KeyFrameRequestee to be removed
from this KeyFrameControl so that it is no longer made available
through it
public boolean removeKeyFrameRequester(KeyFrameControl.KeyFrameRequester keyFrameRequester)
KeyFrameControl.removeKeyFrameRequester(KeyFrameRequester).
Removes a KeyFrameRequester to no longer be made available
through this KeyFrameControl.
removeKeyFrameRequester in interface KeyFrameControlkeyFrameRequester - the KeyFrameRequester to be removed
from this KeyFrameControl so that it is no longer made available
through it
public boolean requestKeyFrame(boolean urgent)
KeyFrameControl.requestKeyFrame(boolean).
Requests a key frame from the remote peer of the associated
VideoMediaStream.
requestKeyFrame in interface KeyFrameControlurgent - true if the caller has determined that the need
for a key frame is urgent and should not obey all constraints with
respect to time between two subsequent requests for key frames
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||