| 130 | } |
| 131 | |
| 132 | FFMS_API(const FFMS_VideoProperties *) FFMS_GetVideoProperties(FFMS_VideoSource *V) { |
| 133 | return &V->GetVideoProperties(); |
| 134 | } |
| 135 | |
| 136 | FFMS_API(const FFMS_AudioProperties *) FFMS_GetAudioProperties(FFMS_AudioSource *A) { |
| 137 | return &A->GetAudioProperties(); |
no outgoing calls
no test coverage detected