Home
last modified time | relevance | path

Searched refs:OpenVideoChannel (Results 1 – 7 of 7) sorted by relevance

/dports/net/h323plus/h323plus-1_27_2/samples/simple/
H A Dmain.h57 …virtual PBoolean OpenVideoChannel(H323Connection & connection, PBoolean isEncoding, H323VideoCodec…
H A Dmain.cxx877 PBoolean SimpleH323EndPoint::OpenVideoChannel(H323Connection & /*connection*/, in OpenVideoChannel() function in SimpleH323EndPoint
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dcodecs.cxx295 return connection.OpenVideoChannel(direction == Encoder, *this); in Open()
H A Dh323.cxx5022 PBoolean H323Connection::OpenVideoChannel(PBoolean isEncoding, H323VideoCodec & codec) in OpenVideoChannel() function in H323Connection
5024 return endpoint.OpenVideoChannel(*this, isEncoding, codec); in OpenVideoChannel()
H A Dh323ep.cxx3154 PBoolean H323EndPoint::OpenVideoChannel(H323Connection & /*connection*/, function in H323EndPoint
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dh323con.h1745 virtual PBoolean OpenVideoChannel(
H A Dh323ep.h1338 virtual PBoolean OpenVideoChannel(