func (ptr *QVideoWindowControl) AspectRatioMode() core.Qt__AspectRatioMode { if ptr.Pointer() != nil { return core.Qt__AspectRatioMode(C.QVideoWindowControl_AspectRatioMode(ptr.Pointer())) } return 0 }
func (ptr *QVideoWidget) AspectRatioMode() core.Qt__AspectRatioMode { if ptr.Pointer() != nil { return core.Qt__AspectRatioMode(C.QVideoWidget_AspectRatioMode(ptr.Pointer())) } return 0 }