Public Member Functions | |
| def | __init__ |
| def | __contains__ |
| def | __call__ |
| def | finish_call |
| def | stop |
| def | start_audio_thread |
| def | stop_audio_thread |
| def | chunk |
| def | send_audio |
| def | accept_call |
| def | toxav_call_state_cb |
| def toxygen.calls.AV.__call__ | ( | self, | |
| friend_number, | |||
| audio, | |||
| video | |||
| ) |
Call friend with specified number
| def toxygen.calls.AV.chunk | ( | self, | |
| samples, | |||
| channels_count, | |||
| rate | |||
| ) |
Incoming chunk
| def toxygen.calls.AV.send_audio | ( | self | ) |
This method sends audio to friends
| def toxygen.calls.AV.start_audio_thread | ( | self | ) |
Start audio sending
| def toxygen.calls.AV.toxav_call_state_cb | ( | self, | |
| friend_number, | |||
| state | |||
| ) |
New call state
1.8.6