RTSPExtensionIfaceProxy

Proxy object for GstRtsp.RTSPExtension interface when a GObject has no applicable D binding

class RTSPExtensionIfaceProxy : IfaceProxy , RTSPExtension {}

Mixed In Members

From mixin RTSPExtensionT!()

afterSend
gstrtsp.types.RTSPResult afterSend(gstrtsp.rtspmessage.RTSPMessage req, gstrtsp.rtspmessage.RTSPMessage resp)
beforeSend
gstrtsp.types.RTSPResult beforeSend(gstrtsp.rtspmessage.RTSPMessage req)
configureStream
bool configureStream(gst.caps.Caps caps)
detectServer
bool detectServer(gstrtsp.rtspmessage.RTSPMessage resp)
getTransports
gstrtsp.types.RTSPResult getTransports(gstrtsp.types.RTSPLowerTrans protocols, string transport)
parseSdp
gstrtsp.types.RTSPResult parseSdp(gstsdp.sdpmessage.SDPMessage sdp, gst.structure.Structure s)
receiveRequest
gstrtsp.types.RTSPResult receiveRequest(gstrtsp.rtspmessage.RTSPMessage req)
send
gstrtsp.types.RTSPResult send(gstrtsp.rtspmessage.RTSPMessage req, gstrtsp.rtspmessage.RTSPMessage resp)
setupMedia
gstrtsp.types.RTSPResult setupMedia(gstsdp.sdpmedia.SDPMedia media)
streamSelect
gstrtsp.types.RTSPResult streamSelect(gstrtsp.rtspurl.RTSPUrl url)
connectSend
ulong connectSend(T callback, Flag!"After" after)

Connect to Send signal.

Inherited Members

From RTSPExtension

afterSend
gstrtsp.types.RTSPResult afterSend(gstrtsp.rtspmessage.RTSPMessage req, gstrtsp.rtspmessage.RTSPMessage resp)
beforeSend
gstrtsp.types.RTSPResult beforeSend(gstrtsp.rtspmessage.RTSPMessage req)
configureStream
bool configureStream(gst.caps.Caps caps)
detectServer
bool detectServer(gstrtsp.rtspmessage.RTSPMessage resp)
getTransports
gstrtsp.types.RTSPResult getTransports(gstrtsp.types.RTSPLowerTrans protocols, string transport)
parseSdp
gstrtsp.types.RTSPResult parseSdp(gstsdp.sdpmessage.SDPMessage sdp, gst.structure.Structure s)
receiveRequest
gstrtsp.types.RTSPResult receiveRequest(gstrtsp.rtspmessage.RTSPMessage req)
send
gstrtsp.types.RTSPResult send(gstrtsp.rtspmessage.RTSPMessage req, gstrtsp.rtspmessage.RTSPMessage resp)
setupMedia
gstrtsp.types.RTSPResult setupMedia(gstsdp.sdpmedia.SDPMedia media)
streamSelect
gstrtsp.types.RTSPResult streamSelect(gstrtsp.rtspurl.RTSPUrl url)
connectSend
ulong connectSend(T callback, Flag!"After" after)

Connect to Send signal.