RTPBasePayload.setOptions
void setOptions(string media, bool dynamic, string encodingName, uint clockRate)Set the rtp options of the payloader. These options will be set in the caps of the payloader. Subclasses must call this method before calling [gstrtp.rtpbase_payload.RTPBasePayload.push] or [gstrtp.rtpbase_payload.RTPBasePayload.setOutcaps].
Parameters
media | the media type (typically "audio" or "video") |
dynamic | if the payload type is dynamic |
encodingName | the encoding name |
clockRate | the clock rate of the media |