Package org.jitsi.mediajson
Class Start
-
- All Implemented Interfaces:
public final class Start
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtagprivate final MediaFormatmediaFormatprivate final CustomParameterscustomParameters
-
Constructor Summary
Constructors Constructor Description Start(String tag, MediaFormat mediaFormat, CustomParameters customParameters)
-
Method Summary
Modifier and Type Method Description final StringgetTag()final MediaFormatgetMediaFormat()final CustomParametersgetCustomParameters()-
-
Constructor Detail
-
Start
Start(String tag, MediaFormat mediaFormat, CustomParameters customParameters)
-
-
Method Detail
-
getMediaFormat
final MediaFormat getMediaFormat()
-
getCustomParameters
final CustomParameters getCustomParameters()
-
-
-
-