public class RecorderEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RecorderEvent.AspectRatio
Video aspect ratio.
|
static class |
RecorderEvent.Type
RecorderEvent types.
|
| Constructor and Description |
|---|
RecorderEvent()
Constructs a RecorderEvent.
|
RecorderEvent(org.json.simple.JSONObject json)
Constructs a RecorderEvent and tries to parse its fields from
json.
|
public RecorderEvent()
public RecorderEvent(org.json.simple.JSONObject json)
json - a JSON object, containing fields with which to initialize
the fields of this RecorderEvent.public RecorderEvent.Type getType()
public void setType(RecorderEvent.Type type)
public long getInstant()
public void setInstant(long instant)
public long getRtpTimestamp()
public void setRtpTimestamp(long rtpTimestamp)
public long getSsrc()
public void setSsrc(long ssrc)
public long getAudioSsrc()
public void setAudioSsrc(long audioSsrc)
public RecorderEvent.AspectRatio getAspectRatio()
public void setAspectRatio(RecorderEvent.AspectRatio aspectRatio)
public String getFilename()
public void setFilename(String filename)
public org.jitsi.utils.MediaType getMediaType()
public void setMediaType(org.jitsi.utils.MediaType mediaType)
public long getDuration()
public void setDuration(long duration)
public String getParticipantName()
public void setParticipantName(String participantName)
public String getParticipantDescription()
public void setParticipantDescription(String participantDescription)
public boolean getDisableOtherVideosOnTop()
public void setDisableOtherVideosOnTop(boolean disableOtherVideosOnTop)
public double getNtpTime()
public void setNtpTime(double ntpTime)
public void setEndpointId(String endpointId)
public String getEndpointId()
Copyright © 2021 jitsi.org. All rights reserved.